public class FastBindOperation extends AbstractOperation<FastBindRequest,Void>
Modifier and Type | Class and Description |
---|---|
static class |
FastBindOperation.FastBindConnectionInitializer
Connection initializer that executes the
FastBindOperation . |
AbstractOperation.ReopenOperationExceptionHandler
logger
Constructor and Description |
---|
FastBindOperation(Connection conn)
Creates a new fast bind operation.
|
Modifier and Type | Method and Description |
---|---|
protected Response<Void> |
invoke(FastBindRequest request)
Call the provider specific implementation of this ldap operation.
|
execute, executeHandlers, getConnection, getOperationExceptionHandler, getOperationResponseHandlers, setOperationExceptionHandler, setOperationResponseHandlers, toString
public FastBindOperation(Connection conn)
conn
- connectionprotected Response<Void> invoke(FastBindRequest request) throws LdapException
AbstractOperation
invoke
in class AbstractOperation<FastBindRequest,Void>
request
- ldap requestLdapException
- if the invocation failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.