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 TypeClassDescriptionclassSASL client that negotiates the details of the bind operation.classGSSAPI SASL client that implements the JAAS details to perform an LDAP bind with a kerberos principal.classSASL client that implements the SCRAM protocol.