| |
|
| com.sun.xml.wss.SecurityProcessingContext
All known Subclasses: com.sun.xml.wss.ProcessingContext,
SecurityProcessingContext | public interface SecurityProcessingContext (Code) | | author: Vbkumar.Jayanti@Sun.COM author: K.Venugopal@sun.com |
getConfigType | int getConfigType()(Code) | | This method is used for internal purposes
|
getExtraneousProperties | Map getExtraneousProperties()(Code) | | Properties extraneously defined by XWSS runtime - can contain
application's runtime context (like JAXRPCContext etc)
Map of extraneous properties |
getExtraneousProperty | Object getExtraneousProperty(String name)(Code) | | the value for the named extraneous property. |
getMessageIdentifier | String getMessageIdentifier()(Code) | | message identifier for the Message in the context |
getPolicyContext | StaticPolicyContext getPolicyContext()(Code) | | StaticPolicyContext associated with this ProcessingContext, null otherwise |
getSecurityEnvironment | SecurityEnvironment getSecurityEnvironment()(Code) | | The SecurityEnvironment Handler set for the context |
isInboundMessage | boolean isInboundMessage()(Code) | | message flow direction, true if incoming, false otherwise |
isInboundMessage | void isInboundMessage(boolean inBound)(Code) | | set the message flow direction (to true if inbound, false if outbound)
Parameters: inBound - message flow direction |
removeExtraneousProperty | void removeExtraneousProperty(String name)(Code) | | remove the named extraneous property if present
Parameters: name - the Extraneous Property to be removed |
reset | void reset()(Code) | | This method is used for internal purposes
|
setConfigType | void setConfigType(int type)(Code) | | This method is used for internal purposes
|
setExtraneousProperty | void setExtraneousProperty(String name, Object value)(Code) | | set the extraneous property into the context
Extraneous Properties are properties extraneously defined by XWSS runtime
and can contain application's runtime context (like JAXRPCContext etc)
Parameters: name - the property name Parameters: value - the property value |
setHandler | void setHandler(CallbackHandler handler)(Code) | | set the CallbackHandler for the context
Parameters: handler - The CallbackHandler |
setMessageIdentifier | void setMessageIdentifier(String identifier)(Code) | | Allow for message identifier to be generated externally
Parameters: identifier - the Message Identifier value |
setPolicyContext | void setPolicyContext(StaticPolicyContext context)(Code) | | set the StaticPolicyContext for this ProcessingContext.
Parameters: context - StaticPolicyContext for this context |
setSecurityEnvironment | void setSecurityEnvironment(SecurityEnvironment handler)(Code) | | set the SecurityEnvironment Handler for the context
Parameters: handler - The SecurityEnvironment Handler |
|
|
|