|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |