Uses of Interface
org.ldaptive.sasl.SaslClientRequest
-
Packages that use SaslClientRequest Package Description org.ldaptive org.ldaptive.sasl org.ldaptive.transport.netty -
-
Uses of SaslClientRequest in org.ldaptive
Methods in org.ldaptive with parameters of type SaslClientRequest Modifier and Type Method Description BindResponseConnection. operation(SaslClientRequest request)Returns the result of a SASL request that requires use of a generic SASL client. -
Uses of SaslClientRequest in org.ldaptive.sasl
Classes in org.ldaptive.sasl that implement SaslClientRequest Modifier and Type Class Description classScramBindRequestLDAP SCRAM (Salted Challenge Response Authentication Mechanism) bind request. -
Uses of SaslClientRequest in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type SaslClientRequest Modifier and Type Method Description BindResponseNettyConnection. operation(SaslClientRequest request)Performs a SASL bind operation that uses a custom client.
-