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

java.lang.Object
  extended by org.springframework.ws.soap.security.callback.CleanupCallback
All Implemented Interfaces:
Serializable, javax.security.auth.callback.Callback

public class CleanupCallback
extends Object
implements javax.security.auth.callback.Callback, Serializable

Underlying security services instantiate and pass a CleanupCallback to the handle method of a CallbackHandler to clean up security state.

Since:
1.0.4
Author:
Arjen Poutsma
See Also:
Serialized Form

Constructor Summary
CleanupCallback()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanupCallback

public CleanupCallback()


Copyright © 2010. All Rights Reserved.