BindOperationContext bindContext = new BindOperationContext( null );
bindContext.setDn( bindDn );
bindContext.setCredentials( credentials );
bindContext.setSaslMechanism( saslMechanism );
bindContext.setSaslAuthId( saslAuthId );
bindContext.addRequestControls( convertControls( true, requestControls ) );
// execute bind operation
OperationManager operationManager = service.getOperationManager();
operationManager.bind( bindContext );