org.ldaptive.extended
Class WhoAmIOperation
java.lang.Object
org.ldaptive.AbstractOperation<WhoAmIRequest,String>
org.ldaptive.extended.WhoAmIOperation
- All Implemented Interfaces:
- Operation<WhoAmIRequest,String>
public class WhoAmIOperation
- extends AbstractOperation<WhoAmIRequest,String>
Executes an ldap who am i operation. See RFC 4532.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
WhoAmIOperation
public WhoAmIOperation(Connection conn)
- Creates a new who am i operation.
- Parameters:
conn - connection
invoke
protected Response<String> invoke(WhoAmIRequest request)
throws LdapException
- Call the provider specific implementation of this ldap operation.
- Specified by:
invoke in class AbstractOperation<WhoAmIRequest,String>
- Parameters:
request - ldap request
- Returns:
- ldap response
- Throws:
LdapException - if the invocation fails
Copyright © 2003-2017 Virginia Tech. All Rights Reserved.