Package com.ibm.wsspi.wssecurity.token
Interface Summary
Interface | Description |
---|---|
TokenConsumerComponent | This is the interface for consuming security token elements from SOAP messages. |
TokenGeneratorComponent | This is the interface for generating a security token element into SOAP messages. |
Class Summary
Class | Description |
---|---|
IDAssertionUsernameTokenConsumer | Consumes the identity assertion username token from the SOAP message and store it into the Subject for the later use. |
LTPATokenConsumer | Consumes the LTPA binary security token from the SOAP message and store it into the Subject for the later use. |
LTPATokenGenerator | Generates an LTPA binary security token element into the SOAP message |
UsernameTokenConsumer | Consumes the username token from the SOAP message and store it into
the Subject of the current thread for the later use. |
UsernameTokenGenerator | Generates a username token element into the SOAP message according to a given configuration. |
X509TokenConsumer | Consumes the X509 binary security token from the SOAP message
and stores it into the Subject of the current thread for the later use. |
X509TokenGenerator | Generates an X509 binary security token element into the SOAP message according to a given configuration. |
Version:
1.1.0