org.ldaptive.ad.extended
Class FastBindOperation
java.lang.Object
org.ldaptive.AbstractOperation<FastBindRequest,Void>
org.ldaptive.ad.extended.FastBindOperation
- All Implemented Interfaces:
- Operation<FastBindRequest,Void>
public class FastBindOperation
- extends AbstractOperation<FastBindRequest,Void>
Executes an active directory fast bind operation. See
http://msdn.microsoft.com/en-us/library/cc223503(v=prot.20).aspx.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
FastBindOperation
public FastBindOperation(Connection conn)
- Creates a new fast bind operation.
- Parameters:
conn - connection
invoke
protected Response<Void> invoke(FastBindRequest request)
throws LdapException
- Call the provider specific implementation of this ldap operation.
- Specified by:
invoke in class AbstractOperation<FastBindRequest,Void>
- Parameters:
request - ldap request
- Returns:
- ldap response
- Throws:
LdapException - if the invocation fails
Copyright © 2003-2015 Virginia Tech. All Rights Reserved.