Package org.ldaptive.sasl
Interface SaslClientRequest
-
- All Known Implementing Classes:
ScramBindRequest
public interface SaslClientRequest
Maker interface for SASL mechanisms that use a custom client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SaslClient
getSaslClient()
Returns the SASL client used by this request.
-
-
-
Method Detail
-
getSaslClient
SaslClient getSaslClient()
Returns the SASL client used by this request.- Returns:
- SASL client
-
-