com.unboundid.directory.sdk.common.operation
Interface BindResult
- All Superinterfaces:
- GenericResult, Result
- All Known Subinterfaces:
- UpdatableBindResult
@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface BindResult
- extends GenericResult
This interface defines a set of methods which may be used to interact with
bind results.
Method Summary |
com.unboundid.asn1.ASN1OctetString |
getServerSASLCredentials()
Retrieves the server SASL credentials for the bind result, if any. |
com.unboundid.ldap.sdk.BindResult |
toLDAPSDKResult()
Retrieves an LDAP SDK representation of this bind result. |
getServerSASLCredentials
com.unboundid.asn1.ASN1OctetString getServerSASLCredentials()
- Retrieves the server SASL credentials for the bind result, if any.
- Returns:
- The server SASL credentials for the bind result, or
null
if there are none.
toLDAPSDKResult
com.unboundid.ldap.sdk.BindResult toLDAPSDKResult()
- Retrieves an LDAP SDK representation of this bind result.
- Specified by:
toLDAPSDKResult
in interface GenericResult
- Returns:
- An LDAP SDK representation of this bind result.