com.sun.xml.wss |
|
Java Source File Name | Type | Comment |
AliasSelector.java | Interface | Used with a Keystore Assertion to select an Alias to be used for locating the Private Key
at runtime. |
BasicSecurityProfile.java | Class | |
ProcessingContext.java | Class | This class represents a Context that is used by the XWS-Security Runtime to
apply/verify Security Policies on an Outgoing/Incoming SOAP Message. |
RealmAuthenticationAdapter.java | Class | |
SecurityEnvironment.java | Interface | The SecurityEnvironment interface links the XWS-Security runtime with the
environment/container in which it is running. |
SecurityProcessingContext.java | Interface | |
SubjectAccessor.java | Class | Class that can be used on the ServerSide by the SEI implementation methods, Callback Handlers
and Standalone SAAJ Applications using XWSS. |
XWSSecurityException.java | Class | Top level exception used to describe various Errors while processing
Secure SOAP messages. |
XWSSProcessor.java | Interface | XWSSProcessor interface defines methods for
- Securing an outbound
SOAPMessage
- Verifying the security in an inbound
SOAPMessage
An XWSSProcessor can add/verify Security in a
SOAPMessage as defined by the OASIS WSS 1.0 specification. |
XWSSProcessorFactory.java | Class | XWSSProcessorFactory is a factory for creating XWSSProcessor
Objects. |