| | |
| | | public boolean evaluateResult(final BindResult result) |
| | | throws ErrorResultException |
| | | { |
| | | if (saslClient.isComplete()) |
| | | { |
| | | return true; |
| | | } |
| | | |
| | | try |
| | | { |
| | | setNextSASLCredentials(saslClient.evaluateChallenge(result |
| | |
| | | public boolean evaluateResult(final BindResult result) |
| | | throws ErrorResultException |
| | | { |
| | | if (saslClient.isComplete()) |
| | | { |
| | | return true; |
| | | } |
| | | |
| | | try |
| | | { |
| | | setNextSASLCredentials(saslClient.evaluateChallenge(result |
| | |
| | | * |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2011 ForgeRock AS |
| | | */ |
| | | |
| | | package org.forgerock.opendj.ldap.requests; |
| | |
| | | public boolean evaluateResult(final BindResult result) |
| | | throws ErrorResultException |
| | | { |
| | | if (saslClient.isComplete()) |
| | | { |
| | | return true; |
| | | } |
| | | |
| | | try |
| | | { |
| | | setNextSASLCredentials(saslClient.evaluateChallenge(result |
| | |
| | | @Override |
| | | public Boolean run() throws ErrorResultException |
| | | { |
| | | if (saslClient.isComplete()) |
| | | { |
| | | return true; |
| | | } |
| | | |
| | | try |
| | | { |
| | | setNextSASLCredentials(saslClient.evaluateChallenge(lastResult |