Uses of Interface
org.ldaptive.sasl.SaslClient
-
Packages that use SaslClient Package Description org.ldaptive.sasl org.ldaptive.transport -
-
Uses of SaslClient in org.ldaptive.sasl
Methods in org.ldaptive.sasl that return SaslClient Modifier and Type Method Description SaslClientDefaultSaslClientRequest. getSaslClient()Returns the SASL client to use for this request.SaslClientGssApiBindRequest. getSaslClient()SaslClientSaslClientRequest. getSaslClient()Returns the SASL client used by this request. -
Uses of SaslClient in org.ldaptive.transport
Classes in org.ldaptive.transport that implement SaslClient Modifier and Type Class Description classDefaultSaslClientSASL client that negotiates the details of the bind operation.classGssApiSaslClientGSSAPI SASL client that implements the JAAS details to perform an LDAP bind with a kerberos principal.classScramSaslClientSASL client that implements the SCRAM protocol.
-