Uses of Package
org.wildfly.security.auth.callback
-
Packages that use org.wildfly.security.auth.callback Package Description org.wildfly.security.auth.callback Extended callbacks and supporting utilities which allow efficient callback handler implementation.org.wildfly.security.mechanism.scram org.wildfly.security.sasl.otp org.wildfly.security.sasl.scram org.wildfly.security.ssl -
Classes in org.wildfly.security.auth.callback used by org.wildfly.security.auth.callback Class Description AbstractCredentialCallback Abstract base class for credential callbacks.AuthenticationCompleteCallback An optional callback indicating the success or failure of the authentication operation.ExtendedCallback A callback which provides extended information about its usage.SecurityLayerDisposedCallback A callback which indicates that the corresponding security layer (SASL client, SASL server, etc.) has been disposed and any related resources may be relinquished.SocketAddressCallback.Kind Endpoint disposition kinds. -
Classes in org.wildfly.security.auth.callback used by org.wildfly.security.mechanism.scram Class Description ChannelBindingCallback A callback used to establish the channel binding for a security mechanism which supports it. -
Classes in org.wildfly.security.auth.callback used by org.wildfly.security.sasl.otp Class Description ExclusiveNameCallback A variation onNameCallback
which allows exclusive access to the backing identity to be requested. -
Classes in org.wildfly.security.auth.callback used by org.wildfly.security.sasl.scram Class Description ChannelBindingCallback A callback used to establish the channel binding for a security mechanism which supports it. -
Classes in org.wildfly.security.auth.callback used by org.wildfly.security.ssl Class Description ChannelBindingCallback A callback used to establish the channel binding for a security mechanism which supports it.