| Interface | Description |
|---|---|
| CallbackHandlerFactory | Deprecated |
| Class | Description |
|---|---|
| BinaryTokenCallback |
The
BinaryTokenCallback allows a credential token to be gathered
by the CallbackHandler and pass it to the LoginModule. |
| BSTokenCallbackHandler |
This is an abstract class of a
CallbackHandler
for the binary security tokens. |
| BSTokenCallbackHandler.TokenInformation | |
| CallbackHandlerFactoryImpl | Deprecated |
| GUIPromptCallbackHandler |
The
GUIPromptCallbackHandler gathers the authentication data from the GUI and pushs the data
to the login module. |
| LTPATokenCallbackHandler |
The
LTPATokenCallbackHandler gathers the authentication data passed in and tries to
get an LTPA token from it. |
| NonPromptCallbackHandler |
The
NonPromptCallbackHandler gathers the authentication data from the constructor
and passes it to the login module. |
| PKCS7CallbackHandler |
This
CallbackHandler handles certificate file and generates PKCS7 certificate data,
with or without CRLs. |
| PkiPathCallbackHandler |
This
CallbackHandler handles certificate file and generates PkiPath certificate data. |
| PropertyCallback |
A callback for handling the name-value pairs in
<Property>
elements in WS-Security configuration XMI files. |
| StdinPromptCallbackHandler |
The
StdinPromptCallbackHandler gathers the authentication data from Stdin and pushs the data
to the login module. |
| TokenPropagationCallbackHandler |
The
TokenPropagationCallbackHandler allows gathering the Web services security context and
token list and passes them to the login module. |
| WSCallbackHandlerFactoryImpl |
WebSphere Application Server default implementation of
CallbackHandlerFactory interface. |
| WSSContextCallback |
The
WSSContextCallback allows a Web services security Context object to be gathered by
CallbackHandler and pass it to the LoginModule stack. |
| X509BSCallback |
A callback for X509 binary security tokens.
|
| X509CallbackHandler |
The
X509CallbackHandler collects the x509Certificate and sets it in the
X509BSCallback object. |
| XMLTokenConsumerCallback |
A Callback for handling XML tokens such as SAML at the consumer (receiver) side.
|
| XMLTokenGeneratorCallback |
A Callback for generating XML tokens such as SAML.
|
| XMLTokenReceiverCallback |
A Callback for handling XML tokens such as SAML at the receiver side.
|
| XMLTokenSenderCallback |
A Callback for sending XML tokens such as SAML.
|