public class PrefixNamespaceMappingCallback extends XWSSCallback implements Callback
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 and Description |
|---|
PrefixNamespaceMappingCallback()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
getMappings()
Deprecated.
|
void |
setMappings(Properties mappings)
Deprecated.
Set the prefix:namespace-uri mappings to be registered
|
getRuntimePropertiespublic PrefixNamespaceMappingCallback()
public void setMappings(Properties mappings)
mappings - the Properties to be registeredpublic Properties getMappings()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.