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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
BindRequest toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this bind request.- Returns:
- An LDAP SDK representation of this bind request.
-
-