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:
-
Method Summary
Modifier and TypeMethodDescriptionGet the singleton instance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.security.auth.callback.ExtendedCallback
isOptional, needsInformation
-
Method Details
-
getInstance
Get the singleton instance.- Returns:
- the singleton instance
-