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
-
-
Field Summary
Fields Modifier and Type Field Description private static SecurityLayerDisposedCallback
INSTANCE
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
SecurityLayerDisposedCallback()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecurityLayerDisposedCallback
getInstance()
Get the singleton instance.(package private) Object
readResolve()
(package private) Object
writeReplace()
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
INSTANCE
private static final SecurityLayerDisposedCallback INSTANCE
-
-
Method Detail
-
getInstance
public static SecurityLayerDisposedCallback getInstance()
Get the singleton instance.- Returns:
- the singleton instance
-
readResolve
Object readResolve()
-
writeReplace
Object writeReplace()
-
-