Uses of Interface
org.apache.directory.ldap.client.api.SaslRequest
-
Packages that use SaslRequest Package Description org.apache.directory.ldap.client.api org.apache.directory.ldap.client.api.callback -
-
Uses of SaslRequest in org.apache.directory.ldap.client.api
Classes in org.apache.directory.ldap.client.api that implement SaslRequest Modifier and Type Class Description classAbstractSaslRequestHolds the data required to complete the SASL operationclassSaslCramMd5RequestHolds the data required to complete the CRAM-MD5 SASL operationclassSaslDigestMd5RequestHolds the data required to complete the DIGEST-MD5 SASL operationclassSaslExternalRequestHolds the data required to complete the EXTERNAL SASL operationclassSaslGssApiRequestHolds the data required to complete the GSS-API SASL operationclassSaslPlainRequestHolds the data required to complete the SASL PLAIN operationMethods in org.apache.directory.ldap.client.api with parameters of type SaslRequest Modifier and Type Method Description BindResponseLdapConnection. bind(SaslRequest saslRequest)SASL Bind to the server using a SASL request object.BindResponseLdapConnectionWrapper. bind(SaslRequest saslRequest)SASL Bind to the server using a SASL request object.BindResponseLdapNetworkConnection. bind(SaslRequest request)Bind to the server using a SaslRequest object.BindFutureLdapNetworkConnection. bindAsync(SaslRequest request)Do an asynchronous bind, based on a SaslPlainRequest.BindFutureLdapNetworkConnection. bindSasl(SaslRequest saslRequest)Process the SASL Bind. -
Uses of SaslRequest in org.apache.directory.ldap.client.api.callback
Constructors in org.apache.directory.ldap.client.api.callback with parameters of type SaslRequest Constructor Description SaslCallbackHandler(SaslRequest saslReq)Instantiates a new SASL callback handler.
-