Uses of Class
org.wildfly.security.sasl.util.AbstractSaslParticipant
-
-
Uses of AbstractSaslParticipant in org.wildfly.security.sasl.anonymous
Subclasses of AbstractSaslParticipant in org.wildfly.security.sasl.anonymous Modifier and Type Class Description class
AnonymousSaslClient
A client implementation of the RFC 4505ANONYMOUS
mechanism.class
AnonymousSaslServer
A server implementation of the RFC 4505ANONYMOUS
mechanism. -
Uses of AbstractSaslParticipant in org.wildfly.security.sasl.digest
Subclasses of AbstractSaslParticipant in org.wildfly.security.sasl.digest Modifier and Type Class Description (package private) class
AbstractDigestMechanism
(package private) class
DigestSaslClient
A client implementation of RFC 2831DIGEST
SASL mechanism.(package private) class
DigestSaslServer
A server implementation of RFC 2831DIGEST
SASL mechanism. -
Uses of AbstractSaslParticipant in org.wildfly.security.sasl.entity
Subclasses of AbstractSaslParticipant in org.wildfly.security.sasl.entity Modifier and Type Class Description (package private) class
EntitySaslClient
SaslClient for the ISO/IEC 9798-3 authentication mechanism as defined by RFC 3163.(package private) class
EntitySaslServer
SaslServer for the ISO/IEC 9798-3 authentication mechanism as defined by RFC 3163. -
Uses of AbstractSaslParticipant in org.wildfly.security.sasl.gs2
Subclasses of AbstractSaslParticipant in org.wildfly.security.sasl.gs2 Modifier and Type Class Description (package private) class
Gs2SaslClient
SaslClient for the GS2 mechanism family as defined by RFC 5801.(package private) class
Gs2SaslServer
SaslServer for the GS2 mechanism family as defined by RFC 5801. -
Uses of AbstractSaslParticipant in org.wildfly.security.sasl.gssapi
Subclasses of AbstractSaslParticipant in org.wildfly.security.sasl.gssapi Modifier and Type Class Description (package private) class
AbstractGssapiMechanism
Base class for the SaslServer and SaslClient implementations implementing the GSSAPI mechanism as defined by RFC 4752(package private) class
GssapiClient
SaslClient for the GSSAPI mechanism as defined by RFC 4752(package private) class
GssapiServer
SaslServer for the GSSAPI mechanism as defined by RFC 4752 -
Uses of AbstractSaslParticipant in org.wildfly.security.sasl.localuser
Subclasses of AbstractSaslParticipant in org.wildfly.security.sasl.localuser Modifier and Type Class Description class
LocalUserClient
(package private) class
LocalUserServer
-
Uses of AbstractSaslParticipant in org.wildfly.security.sasl.oauth2
Subclasses of AbstractSaslParticipant in org.wildfly.security.sasl.oauth2 Modifier and Type Class Description (package private) class
OAuth2SaslClient
An OAuth2 Sasl Client based on RFC-7628.(package private) class
OAuth2SaslServer
An OAuth2 Sasl Server based on RFC-7628. -
Uses of AbstractSaslParticipant in org.wildfly.security.sasl.otp
Subclasses of AbstractSaslParticipant in org.wildfly.security.sasl.otp Modifier and Type Class Description (package private) class
OTPSaslClient
SaslClient for the OTP SASL mechanism as defined by RFC 2444.(package private) class
OTPSaslServer
SaslServer for the OTP SASL mechanism as defined by RFC 2444. -
Uses of AbstractSaslParticipant in org.wildfly.security.sasl.scram
Subclasses of AbstractSaslParticipant in org.wildfly.security.sasl.scram Modifier and Type Class Description (package private) class
ScramSaslClient
(package private) class
ScramSaslServer
-
Uses of AbstractSaslParticipant in org.wildfly.security.sasl.util
Subclasses of AbstractSaslParticipant in org.wildfly.security.sasl.util Modifier and Type Class Description class
AbstractSaslClient
A base class for SASL client implementations.class
AbstractSaslServer
A base class for SASL client implementations.
-