| Package | Description |
|---|---|
| org.apache.directory.ldap.client.api | |
| org.apache.directory.ldap.client.api.callback |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSaslRequest
Holds the data required to complete the SASL operation
|
class |
SaslCramMd5Request
Holds the data required to complete the CRAM-MD5 SASL operation
|
class |
SaslDigestMd5Request
Holds the data required to complete the DIGEST-MD5 SASL operation
|
class |
SaslExternalRequest
Holds the data required to complete the EXTERNAL SASL operation
|
class |
SaslGssApiRequest
Holds the data required to complete the GSS-API SASL operation
|
class |
SaslPlainRequest
Holds the data required to complete the SASL PLAIN operation
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.model.message.BindResponse |
LdapConnection.bind(SaslRequest saslRequest)
SASL Bind to the server using a SASL request object.
|
org.apache.directory.api.ldap.model.message.BindResponse |
LdapConnectionWrapper.bind(SaslRequest saslRequest)
SASL Bind to the server using a SASL request object.
|
org.apache.directory.api.ldap.model.message.BindResponse |
LdapNetworkConnection.bind(SaslRequest request)
Bind to the server using a SaslRequest object.
|
BindFuture |
LdapNetworkConnection.bindAsync(SaslRequest request)
Do an asynchronous bind, based on a SaslPlainRequest.
|
BindFuture |
LdapNetworkConnection.bindSasl(SaslRequest saslRequest)
Process the SASL Bind.
|
| Modifier and Type | Field and Description |
|---|---|
private SaslRequest |
SaslCallbackHandler.saslReq
The sasl request.
|
| Constructor and Description |
|---|
SaslCallbackHandler(SaslRequest saslReq)
Instantiates a new SASL callback handler.
|
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.