Spring Web Services Framework

Package org.springframework.ws.soap.security.wss4j.callback

Contains 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 KeyStores to handle cryptographic callbacks.
SimplePasswordValidationCallbackHandler Simple callback handler that validates passwords agains a in-memory Properties object.
SpringDigestPasswordValidationCallbackHandler Callback handler that validates a password digest using an Spring Security UserDetailsService.
SpringPlainTextPasswordValidationCallbackHandler Callback handler that validates a certificate uses an Spring Security AuthenticationManager.
UsernameTokenPrincipalCallback Underlying security services instantiate and pass a UsernameTokenPrincipalCallback to the handle method of a CallbackHandler to pass a security WSUsernameTokenPrincipal.
 

Package org.springframework.ws.soap.security.wss4j.callback Description

Contains CallbackHandler implementations for WSS4J.


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.