Spring Web Services Framework

Uses of Class
org.springframework.ws.soap.security.callback.CleanupCallback

Packages that use CleanupCallback
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 CleanupCallback in org.springframework.ws.soap.security.wss4j.callback
 

Methods in org.springframework.ws.soap.security.wss4j.callback with parameters of type CleanupCallback
protected  void SpringPlainTextPasswordValidationCallbackHandler.handleCleanup(CleanupCallback callback)
           
protected  void SpringDigestPasswordValidationCallbackHandler.handleCleanup(CleanupCallback callback)
           
protected  void AbstractWsPasswordCallbackHandler.handleCleanup(CleanupCallback callback)
          Invoked when a CleanupCallback is passed to AbstractCallbackHandler.handle(Callback[]).
 

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

Methods in org.springframework.ws.soap.security.wss4j.callback.acegi with parameters of type CleanupCallback
protected  void AcegiPlainTextPasswordValidationCallbackHandler.handleCleanup(CleanupCallback callback)
          Deprecated.  
protected  void AcegiDigestPasswordValidationCallbackHandler.handleCleanup(CleanupCallback callback)
          Deprecated.  
 


Spring Web Services Framework

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