IBM WebSphere Application ServerTM
Release 8

Package com.ibm.wsspi.wssecurity.token

Interface Summary
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
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

IBM WebSphere Application ServerTM
Release 8