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 classAuthenticationContextSaslClientA delegatingSaslClientwhich establishes a specificAuthenticationContextfor the duration of the authentication process.classAuthenticationContextSaslServerA delegatingSaslServerwhich establishes a specificAuthenticationContextfor 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 classAbstractDelegatingSaslClientAn abstract base forSaslClientinstances which delegate to anotherSaslClient.classAbstractDelegatingSaslServerAn abstract base forSaslServerinstances which delegate to anotherSaslServer.classAbstractSaslClientA base class for SASL client implementations.classAbstractSaslParticipantA common base class for SASL participants.classAbstractSaslServerA base class for SASL client implementations.classAuthenticationContextSaslClientDeprecated.UseAuthenticationContextSaslClientinstead.classAuthenticationContextSaslServerDeprecated.UseAuthenticationContextSaslServerinstead.classClientSaslWrapperASaslWrapperwhich encapsulates aSaslClient.classPrivilegedSaslClientASaslClientwhich evaluates challenges and wrap/unwrap requests in an privileged context.classPrivilegedSaslServerASaslServerwhich evaluates responses and wrap/unwrap requests in an privileged context.classServerSaslWrapperASaslWrapperwhich encapsulates aSaslServer.Fields in org.wildfly.security.sasl.util declared as SaslWrapper Modifier and Type Field Description static SaslWrapperSaslWrapper. IDENTITYThe 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 SaslWrapperAbstractSaslParticipant. getWrapper()Get the current configured SASL wrapper, if any.static SaslWrapperSaslWrappers. wrapperFor(SaslClient saslClient)Get a wrapper for the given SASL client.static SaslWrapperSaslWrappers. 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 voidAbstractSaslParticipant. setWrapper(SaslWrapper wrapper)Set the current configured SASL wrapper, if any.
-