Uses of Interface
org.ldaptive.sasl.SaslClient
Packages that use SaslClient
-
Uses of SaslClient in org.ldaptive.sasl
Methods in org.ldaptive.sasl that return SaslClientModifier and TypeMethodDescriptionDefaultSaslClientRequest.getSaslClient()
Returns the SASL client to use for this request.GssApiBindRequest.getSaslClient()
SaslClientRequest.getSaslClient()
Returns the SASL client used by this request. -
Uses of SaslClient in org.ldaptive.transport
Classes in org.ldaptive.transport that implement SaslClientModifier and TypeClassDescriptionclass
SASL client that negotiates the details of the bind operation.class
GSSAPI SASL client that implements the JAAS details to perform an LDAP bind with a kerberos principal.class
SASL client that implements the SCRAM protocol.