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. 
 

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 against a in-memory Properties object.
 class SpringSecurityPasswordValidationCallbackHandler
          Callback handler that validates a plain text or digest password using an Spring Security UserDetailsService.
 


Spring Web Services Framework

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