Uses of Interface
org.wildfly.security.sasl.util.SaslWrapper
Packages that use SaslWrapper
Package
Description
-
Uses of SaslWrapper in org.wildfly.security.sasl.anonymous
Classes in org.wildfly.security.sasl.anonymous that implement SaslWrapperModifier and TypeClassDescriptionfinal classA client implementation of the RFC 4505ANONYMOUSmechanism.final classA 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 SaslWrapperModifier and TypeClassDescriptionfinal classA delegatingSaslClientwhich establishes a specificAuthenticationContextfor the duration of the authentication process.final classA delegatingSaslServerwhich establishes a specificAuthenticationContextfor the duration of the authentication process. -
Uses of SaslWrapper in org.wildfly.security.sasl.localuser
Classes in org.wildfly.security.sasl.localuser that implement SaslWrapper -
Uses of SaslWrapper in org.wildfly.security.sasl.util
Classes in org.wildfly.security.sasl.util that implement SaslWrapperModifier and TypeClassDescriptionclassAn abstract base forSaslClientinstances which delegate to anotherSaslClient.classAn abstract base forSaslServerinstances which delegate to anotherSaslServer.classA base class for SASL client implementations.classA common base class for SASL participants.classA base class for SASL client implementations.final classASaslWrapperwhich encapsulates aSaslClient.final classASaslClientwhich evaluates challenges and wrap/unwrap requests in an privileged context.final classASaslServerwhich evaluates responses and wrap/unwrap requests in an privileged context.final classASaslWrapperwhich encapsulates aSaslServer.Fields in org.wildfly.security.sasl.util declared as SaslWrapperModifier and TypeFieldDescriptionstatic final SaslWrapperSaslWrapper.IDENTITYThe identity wrapper which simply returns the same data that was passed in.Methods in org.wildfly.security.sasl.util that return SaslWrapperModifier and TypeMethodDescriptionprotected 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 SaslWrapperModifier and TypeMethodDescriptionprotected voidAbstractSaslParticipant.setWrapper(SaslWrapper wrapper) Set the current configured SASL wrapper, if any.