Uses of Interface
org.wildfly.security.sasl.util.SaslWrapper
-
-
Uses of SaslWrapper in org.wildfly.security.sasl.anonymous
Classes in org.wildfly.security.sasl.anonymous that implement SaslWrapper Modifier and Type Class Description classAnonymousSaslClientA client implementation of the RFC 4505ANONYMOUSmechanism.classAnonymousSaslServerA server implementation of the RFC 4505ANONYMOUSmechanism. -
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.digest
Classes in org.wildfly.security.sasl.digest that implement SaslWrapper Modifier and Type Class Description (package private) classAbstractDigestMechanismprotected classAbstractDigestMechanism.DigestWrapper(package private) classDigestSaslClientA client implementation of RFC 2831DIGESTSASL mechanism.(package private) classDigestSaslServerA server implementation of RFC 2831DIGESTSASL mechanism. -
Uses of SaslWrapper in org.wildfly.security.sasl.entity
Classes in org.wildfly.security.sasl.entity that implement SaslWrapper Modifier and Type Class Description (package private) classEntitySaslClientSaslClient for the ISO/IEC 9798-3 authentication mechanism as defined by RFC 3163.(package private) classEntitySaslServerSaslServer for the ISO/IEC 9798-3 authentication mechanism as defined by RFC 3163. -
Uses of SaslWrapper in org.wildfly.security.sasl.external
Classes in org.wildfly.security.sasl.external that implement SaslWrapper Modifier and Type Class Description (package private) classExternalSaslClient -
Uses of SaslWrapper in org.wildfly.security.sasl.gs2
Classes in org.wildfly.security.sasl.gs2 that implement SaslWrapper Modifier and Type Class Description (package private) classGs2SaslClientSaslClient for the GS2 mechanism family as defined by RFC 5801.(package private) classGs2SaslServerSaslServer for the GS2 mechanism family as defined by RFC 5801. -
Uses of SaslWrapper in org.wildfly.security.sasl.gssapi
Classes in org.wildfly.security.sasl.gssapi that implement SaslWrapper Modifier and Type Class Description (package private) classAbstractGssapiMechanismBase class for the SaslServer and SaslClient implementations implementing the GSSAPI mechanism as defined by RFC 4752protected classAbstractGssapiMechanism.GssapiWrapper(package private) classGssapiClientSaslClient for the GSSAPI mechanism as defined by RFC 4752(package private) classGssapiServerSaslServer for the GSSAPI mechanism as defined by RFC 4752 -
Uses of SaslWrapper in org.wildfly.security.sasl.localuser
Classes in org.wildfly.security.sasl.localuser that implement SaslWrapper Modifier and Type Class Description classLocalUserClient(package private) classLocalUserServer -
Uses of SaslWrapper in org.wildfly.security.sasl.oauth2
Classes in org.wildfly.security.sasl.oauth2 that implement SaslWrapper Modifier and Type Class Description (package private) classOAuth2SaslClientAn OAuth2 Sasl Client based on RFC-7628.(package private) classOAuth2SaslServerAn OAuth2 Sasl Server based on RFC-7628. -
Uses of SaslWrapper in org.wildfly.security.sasl.otp
Classes in org.wildfly.security.sasl.otp that implement SaslWrapper Modifier and Type Class Description (package private) classOTPSaslClientSaslClient for the OTP SASL mechanism as defined by RFC 2444.(package private) classOTPSaslServerSaslServer for the OTP SASL mechanism as defined by RFC 2444. -
Uses of SaslWrapper in org.wildfly.security.sasl.plain
Classes in org.wildfly.security.sasl.plain that implement SaslWrapper Modifier and Type Class Description (package private) classPlainSaslClientThePLAINSASL client implementation.(package private) classPlainSaslServer -
Uses of SaslWrapper in org.wildfly.security.sasl.scram
Classes in org.wildfly.security.sasl.scram that implement SaslWrapper Modifier and Type Class Description (package private) classScramSaslClient(package private) classScramSaslServer -
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.private static classAuthenticationTimeoutSaslServerFactory.DelegatingTimeoutSaslServerclassClientSaslWrapperASaslWrapperwhich encapsulates aSaslClient.(package private) classLocalPrincipalSaslClientFactory.LocalPrincipalSaslClientclassPrivilegedSaslClientASaslClientwhich 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.private SaslWrapperAbstractSaslParticipant. wrapperMethods 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.
-