|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.PrefixNamespaceMappingCallback
public class PrefixNamespaceMappingCallback
Note: This callback has been deprecated and disabled.
This callback is an optional callback that can be handled by an implementation of CallbackHandler to register any prefix versus namespace-uri mappings that the developer wants to make use of in the security configuration.
Note: The following prefix-namespace mappings are supported by default and hence do not require to be registered.
| Constructor Summary | |
|---|---|
PrefixNamespaceMappingCallback()
Deprecated. |
|
| Method Summary | |
|---|---|
Properties |
getMappings()
Deprecated. |
void |
setMappings(Properties mappings)
Deprecated. Set the prefix:namespace-uri mappings to be registered |
| Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback |
|---|
getRuntimeProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrefixNamespaceMappingCallback()
| Method Detail |
|---|
public void setMappings(Properties mappings)
mappings - the Properties to be registeredpublic Properties getMappings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||