Lines Matching refs:LOG

129     private static final Debug LOG = Debug.getInstance(RadiusServerConstants.RADIUS_SERVER_LOGGER);
224 LOG.message("Entering OpenAMAuthHandler.handle");
244 LOG.error("Unable to extract credential field from RADIUS request. Denying Access.", e);
246 LOG.message("Leaving OpenAMAuthHandler.handle();");
260 LOG.message("Leaving OpenAMAuthHandler.handle(); Auth phase is TERMINATED.");
274 LOG.message("Leaving OpenAMAuthHandler.handle();");
306 LOG.message("Entering OpenAMAuthHandler.finalizeAuthProcess()");
321 LOG.message("Entering gatherUserInput();");
329 LOG.message("--- callbacks == null in gatherUserInput");
337 LOG.message("--- NextCallbackSet not-available in gatherUserInput - move to finalization");
342 LOG.warning("--- callbacks[" + holder.getCallbacks().length + "] in gatherUserInput - ");
359 LOG.warning("--- holder.idxOfCurrentCallback " + holder.getIdxOfCurrentCallback()
365 LOG.error("Exception thrown while submitting callbacks. Rejecting access.", t);
444 LOG.error("Callback at index 0 is not of type PagePropertiesCallback!!!");
464 LOG.error("Radius can not support "
518 LOG.error("Unable to logout of AuthContext while terminating RADIUS auth sequence.", e);
613 LOG.error("Unrecognized callback type '" + cb.getClass().getSimpleName()
644 LOG.error("Invalid number '" + intVal + "' specified in answer '" + answer + "' for callback "
654 LOG.error("Out of range index specified in answer '" + answer + "' for callback "
681 LOG.message("Entering OpenAMAuthHandler.startAuthProcess");
687 LOG.error("Unable to start create " + AuthContext.class.getName() + ". Denying Access.", e);
689 LOG.message("Leaving OpenAMAuthHandler.startAuthProcess");
696 LOG.error("Unable to start login process. Denying Access.", e);
698 LOG.message("Leaving OpenAMAuthHandler.startAuthProcess");
706 LOG.error("Unable to start login process. No callbacks available. Denying Access.");
709 LOG.message("Leaving OpenAMAuthHandler.startAuthProcess");
749 LOG.error(msg);
754 LOG.message("Leaving OpenAMAuthHandler.startAuthProcess");
769 LOG.message("Entering getNextCallbackReplyMsg()");
784 LOG.message("getNextCallbackReplyMsg(); - processing NameCallback.");
787 LOG.message("getNextCallbackReplyMsg(); - processing PasswordCallback.");
790 LOG.message("getNextCallbackReplyMsg(); - processing ChoiceCallback.");
818 LOG.message("getNextCallbackReplyMsg(); - processing ConformationCallback.");
843 LOG.error("Radius can not support " + cb.getClass().getSimpleName() + " used by module "
848 LOG.message("Entering getNextCallbackReplyMsg() returning '" + msg + "'");