| | |
| | | |
| | | |
| | | |
| | | import static org.opends.messages.ExtensionMessages.INFO_SASL_UNSUPPORTED_CALLBACK; |
| | | import static com.sun.opends.sdk.util.Messages.*; |
| | | |
| | | import java.io.IOException; |
| | | |
| | |
| | | } |
| | | else |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message |
| | |
| | | protected void handle(AuthorizeCallback callback) |
| | | throws UnsupportedCallbackException |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message.toString()); |
| | |
| | | protected void handle(ChoiceCallback callback) |
| | | throws UnsupportedCallbackException |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message.toString()); |
| | |
| | | protected void handle(ConfirmationCallback callback) |
| | | throws UnsupportedCallbackException |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message.toString()); |
| | |
| | | protected void handle(LanguageCallback callback) |
| | | throws UnsupportedCallbackException |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message.toString()); |
| | |
| | | protected void handle(NameCallback callback) |
| | | throws UnsupportedCallbackException |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message.toString()); |
| | |
| | | protected void handle(PasswordCallback callback) |
| | | throws UnsupportedCallbackException |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message.toString()); |
| | |
| | | protected void handle(RealmCallback callback) |
| | | throws UnsupportedCallbackException |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message.toString()); |
| | |
| | | protected void handle(RealmChoiceCallback callback) |
| | | throws UnsupportedCallbackException |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message.toString()); |
| | |
| | | protected void handle(TextInputCallback callback) |
| | | throws UnsupportedCallbackException |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message.toString()); |
| | |
| | | protected void handle(TextOutputCallback callback) |
| | | throws UnsupportedCallbackException |
| | | { |
| | | org.opends.messages.Message message = |
| | | com.sun.opends.sdk.util.Message message = |
| | | INFO_SASL_UNSUPPORTED_CALLBACK.get(getSASLBindRequest() |
| | | .getSASLMechanism(), String.valueOf(callback)); |
| | | throw new UnsupportedCallbackException(callback, message.toString()); |