com.sun.xml.wss.impl.callback
Class PrefixNamespaceMappingCallback

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.XWSSCallback
      extended by com.sun.xml.wss.impl.callback.PrefixNamespaceMappingCallback
All Implemented Interfaces:
javax.security.auth.callback.Callback

Deprecated. : since XWS 2.0 EA

public class PrefixNamespaceMappingCallback
extends XWSSCallback
implements javax.security.auth.callback.Callback

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
 java.util.Properties getMappings()
          Deprecated.  
 void setMappings(java.util.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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixNamespaceMappingCallback

public PrefixNamespaceMappingCallback()
Deprecated. 
Method Detail

setMappings

public void setMappings(java.util.Properties mappings)
Deprecated. 
Set the prefix:namespace-uri mappings to be registered

Parameters:
mappings - the Properties to be registered

getMappings

public java.util.Properties getMappings()
Deprecated. 
Returns:
the prefix:namespace-uri mappings


Copyright ? 2005 Sun Microsystems, Inc. All Rights Reserved.