1.6. Callback Handlers
The following is a list of available CallbackHandlers within the
org.switchyard.security.callback
Java package:
- NamePasswordCallbackHandler
- Provides name and password credentials to a configured LoginModule stack.
- STSTokenCallbackHandler
- Provides assertion credentials to a configured LoginModule stack.
- STSIssueCallbackHandler
- Utilizes the NamePasswordCallbackHandler and the STSTokenCallbackHandler to provide name, password and assertion credentials to a configured LoginModule stack.
- CertificateCallbackHandler
- Provides Certificate credentials to a configured LoginModule stack.