com.unboundid.directory.sdk.common.operation
Interface BindRequest

All Superinterfaces:
Request
All Known Subinterfaces:
SASLBindRequest, SimpleBindRequest, UpdatableBindRequest, UpdatableSASLBindRequest, UpdatableSimpleBindRequest

@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface BindRequest
extends Request

This interface defines a set of methods which may be used to interact with a bind request.


Method Summary
 com.unboundid.ldap.sdk.BindRequest toLDAPSDKRequest()
          Retrieves an LDAP SDK representation of this bind request.
 
Methods inherited from interface com.unboundid.directory.sdk.common.operation.Request
getOperationType, getRequestControls
 

Method Detail

toLDAPSDKRequest

com.unboundid.ldap.sdk.BindRequest toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this bind request.

Returns:
An LDAP SDK representation of this bind request.