CallbackHandler
implementations for WSS4J 2.0.See: Description
Class | Description |
---|---|
AbstractWsPasswordCallbackHandler |
Abstract base class for
CallbackHandler implementations that handle WSPasswordCallback callbacks. |
KeyStoreCallbackHandler |
Callback handler that uses Java Security
KeyStore s to handle cryptographic callbacks. |
SimplePasswordValidationCallbackHandler |
Simple callback handler that validates passwords against a in-memory
Properties object. |
SpringSecurityPasswordValidationCallbackHandler |
Callback handler that validates a plain text or digest password using an Spring Security
UserDetailsService . |
UsernameTokenPrincipalCallback |
Underlying security services instantiate and pass a
UsernameTokenPrincipalCallback to the
handle method of a CallbackHandler to pass a security
WSUsernameTokenPrincipal . |
CallbackHandler
implementations for WSS4J 2.0.