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 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.
 

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

Contains CallbackHandler implementations for WSS4J.


Spring Web Services Framework

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