Spring Web Services Framework

Uses of Class
org.springframework.ws.soap.security.wss4j.callback.AbstractWsPasswordCallbackHandler

Packages that use AbstractWsPasswordCallbackHandler
org.springframework.ws.soap.security.wss4j.callback Contains CallbackHandler implementations for WSS4J. 
org.springframework.ws.soap.security.wss4j.callback.acegi Contains CallbackHandler implementations for WSS4J that use the Acegi Security System for Spring
 

Uses of AbstractWsPasswordCallbackHandler in org.springframework.ws.soap.security.wss4j.callback
 

Subclasses of AbstractWsPasswordCallbackHandler in org.springframework.ws.soap.security.wss4j.callback
 class KeyStoreCallbackHandler
          Callback handler that uses Java Security KeyStores to handle cryptographic callbacks.
 class SimplePasswordValidationCallbackHandler
          Simple callback handler that validates passwords agains a in-memory Properties object.
 class SpringDigestPasswordValidationCallbackHandler
          Callback handler that validates a password digest using an Spring Security UserDetailsService.
 class SpringPlainTextPasswordValidationCallbackHandler
          Callback handler that validates a certificate uses an Spring Security AuthenticationManager.
 

Uses of AbstractWsPasswordCallbackHandler in org.springframework.ws.soap.security.wss4j.callback.acegi
 

Subclasses of AbstractWsPasswordCallbackHandler in org.springframework.ws.soap.security.wss4j.callback.acegi
 class AcegiDigestPasswordValidationCallbackHandler
          Deprecated. As of Spring-WS 1.5, in favor of Spring Security
 class AcegiPlainTextPasswordValidationCallbackHandler
          Deprecated. As of Spring-WS 1.5, in favor of Spring Security
 


Spring Web Services Framework

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