public interface BindListener extends OperationResponseListener
Modifier and Type | Method and Description |
---|---|
void |
bindCompleted(LdapConnection connection,
BindResponse bindResponse)
A callback method called when the bind operation completed.
|
void bindCompleted(LdapConnection connection, BindResponse bindResponse) throws LdapException
connection
- BindResponseCodec
- The bind responseLdapException
Copyright © 2009–2013 The Apache Software Foundation. All rights reserved.