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 Details