Uses of Interface
org.wildfly.security.sasl.util.SaslWrapper
-
Packages that use SaslWrapper Package Description org.wildfly.security.sasl.auth.util org.wildfly.security.sasl.util -
-
Uses of SaslWrapper in org.wildfly.security.sasl.auth.util
Classes in org.wildfly.security.sasl.auth.util that implement SaslWrapper Modifier and Type Class Description class
AuthenticationContextSaslClient
A delegatingSaslClient
which establishes a specificAuthenticationContext
for the duration of the authentication process.class
AuthenticationContextSaslServer
A delegatingSaslServer
which establishes a specificAuthenticationContext
for the duration of the authentication process. -
Uses of SaslWrapper in org.wildfly.security.sasl.util
Classes in org.wildfly.security.sasl.util that implement SaslWrapper Modifier and Type Class Description class
AbstractDelegatingSaslClient
An abstract base forSaslClient
instances which delegate to anotherSaslClient
.class
AbstractDelegatingSaslServer
An abstract base forSaslServer
instances which delegate to anotherSaslServer
.class
AbstractSaslClient
A base class for SASL client implementations.class
AbstractSaslParticipant
A common base class for SASL participants.class
AbstractSaslServer
A base class for SASL client implementations.class
AuthenticationContextSaslClient
Deprecated.UseAuthenticationContextSaslClient
instead.class
AuthenticationContextSaslServer
Deprecated.UseAuthenticationContextSaslServer
instead.class
ClientSaslWrapper
ASaslWrapper
which encapsulates aSaslClient
.class
PrivilegedSaslClient
ASaslClient
which evaluates challenges and wrap/unwrap requests in an privileged context.class
PrivilegedSaslServer
ASaslServer
which evaluates responses and wrap/unwrap requests in an privileged context.class
ServerSaslWrapper
ASaslWrapper
which encapsulates aSaslServer
.Fields in org.wildfly.security.sasl.util declared as SaslWrapper Modifier and Type Field Description static SaslWrapper
SaslWrapper. IDENTITY
The identity wrapper which simply returns the same data that was passed in.Methods in org.wildfly.security.sasl.util that return SaslWrapper Modifier and Type Method Description protected SaslWrapper
AbstractSaslParticipant. getWrapper()
Get the current configured SASL wrapper, if any.static SaslWrapper
SaslWrappers. wrapperFor(SaslClient saslClient)
Get a wrapper for the given SASL client.static SaslWrapper
SaslWrappers. wrapperFor(SaslServer saslServer)
Get a wrapper for the given SASL server.Methods in org.wildfly.security.sasl.util with parameters of type SaslWrapper Modifier and Type Method Description protected void
AbstractSaslParticipant. setWrapper(SaslWrapper wrapper)
Set the current configured SASL wrapper, if any.
-