|
Spring Web Services Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
CallbackHandler
implementations for WSS4J.
See:
Description
Class Summary | |
---|---|
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 . |
Contains CallbackHandler
implementations for WSS4J.
|
Spring Web Services Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |