Class SecurityLayerDisposedCallback
- java.lang.Object
 - 
- org.wildfly.security.auth.callback.SecurityLayerDisposedCallback
 
 
- 
- All Implemented Interfaces:
 Serializable,Callback,ExtendedCallback
public final class SecurityLayerDisposedCallback extends Object implements ExtendedCallback, Serializable
A callback which indicates that the corresponding security layer (SASL client, SASL server, etc.) has been disposed and any related resources may be relinquished.- Author:
 - David M. Lloyd
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SecurityLayerDisposedCallbackgetInstance()Get the singleton instance.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.wildfly.security.auth.callback.ExtendedCallback
isOptional, needsInformation 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static SecurityLayerDisposedCallback getInstance()
Get the singleton instance.- Returns:
 - the singleton instance
 
 
 - 
 
 -