Searched refs:authDebug (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthContext.java138 protected static Debug authDebug = Debug.getInstance(authDebugName); field in class:AuthContext
254 if (authDebug.messageEnabled()) {
255 authDebug.message("Instantiated AuthContext with parameters "
273 authDebug.message("AuthContext::init() Has requirements");
277 authDebug.message("Got NameCallback");
284 authDebug.message("Set namecallback name = "
289 authDebug.message("Got PasswordCallback");
294 authDebug.message(
297 authDebug.message(
300 authDebug
[all...]
H A DAuthLoginThread.java56 AuthContext.authDebug.message("AuthLoginThread::Constructor");
65 AuthContext.authDebug.message("AuthLoginThread::run()");
69 AuthContext.authDebug.message("AuthLoginThread::run() successful login");
73 AuthContext.authDebug.message("AuthLoginThread::run() exception during login; " + le);
86 AuthContext.authDebug.message("AuthLoginThread::handle()");
97 AuthContext.authDebug.message("AuthLoginThread::handle() sent notify to wake up sleeping threads");
103 AuthContext.authDebug.message("AuthLoginThread::handle() "
109 AuthContext.authDebug.message("AuthLoginThread::handle() "
H A DLoginContext.java105 if (AuthContext.authDebug.warningEnabled()) {
106 AuthContext.authDebug.warning("LoginContext::login() "
108 AuthContext.authDebug.warning("LoginContext::login() "
177 if (AuthContext.authDebug.messageEnabled()) {
178 AuthContext.authDebug.message("LoginContext:getLoginModules() "
197 if (AuthContext.authDebug.messageEnabled()) {
198 AuthContext.authDebug
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthContext.java138 protected static Debug authDebug = Debug.getInstance(authDebugName); field in class:AuthContext
254 if (authDebug.messageEnabled()) {
255 authDebug.message("Instantiated AuthContext with parameters "
273 authDebug.message("AuthContext::init() Has requirements");
277 authDebug.message("Got NameCallback");
284 authDebug.message("Set namecallback name = "
289 authDebug.message("Got PasswordCallback");
294 authDebug.message(
297 authDebug.message(
300 authDebug
[all...]
H A DAuthLoginThread.java56 AuthContext.authDebug.message("AuthLoginThread::Constructor");
65 AuthContext.authDebug.message("AuthLoginThread::run()");
69 AuthContext.authDebug.message("AuthLoginThread::run() successful login");
73 AuthContext.authDebug.message("AuthLoginThread::run() exception during login; " + le);
86 AuthContext.authDebug.message("AuthLoginThread::handle()");
97 AuthContext.authDebug.message("AuthLoginThread::handle() sent notify to wake up sleeping threads");
103 AuthContext.authDebug.message("AuthLoginThread::handle() "
109 AuthContext.authDebug.message("AuthLoginThread::handle() "
H A DLoginContext.java105 if (AuthContext.authDebug.warningEnabled()) {
106 AuthContext.authDebug.warning("LoginContext::login() "
108 AuthContext.authDebug.warning("LoginContext::login() "
177 if (AuthContext.authDebug.messageEnabled()) {
178 AuthContext.authDebug.message("LoginContext:getLoginModules() "
197 if (AuthContext.authDebug.messageEnabled()) {
198 AuthContext.authDebug
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java99 protected static Debug authDebug = Debug.getInstance(amAuthContextLocal); field in class:AuthContextLocal
176 authDebug.message("AuthContextLocal() constructor called");
180 if (authDebug.messageEnabled()) {
181 authDebug.message("AMLoginContext object is... " + amlc);
259 if (authDebug.messageEnabled()) {
260 authDebug.message("AuthContextLocal::login() called " +
301 if (authDebug.messageEnabled()) {
302 authDebug.message("AuthContextLocal::login() called " +
333 if (authDebug.messageEnabled()) {
334 authDebug
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java98 protected static Debug authDebug = Debug.getInstance(amAuthContextLocal); field in class:AuthContextLocal
182 authDebug.message("AuthContextLocal() constructor called");
186 if (authDebug.messageEnabled()) {
187 authDebug.message("AMLoginContext object is... " + amlc);
265 if (authDebug.messageEnabled()) {
266 authDebug.message("AuthContextLocal::login() called " +
307 if (authDebug.messageEnabled()) {
308 authDebug.message("AuthContextLocal::login() called " +
339 if (authDebug.messageEnabled()) {
340 authDebug
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java142 protected static Debug authDebug = Debug.getInstance(amAuthContext); field in class:AuthContext
482 if (authDebug.messageEnabled()) {
483 authDebug.message(
496 if (authDebug.messageEnabled()) {
497 authDebug.message("Error: getSSOToken : " + e.getMessage());
634 if (authDebug.messageEnabled()) {
635 authDebug.message("AuthContext.login : runLogin against "
644 authDebug.error("Failed to login to " + authServiceURL);
646 authDebug.error("Failed to login to " + authServiceURL
661 if (authDebug
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java142 protected static Debug authDebug = Debug.getInstance(amAuthContext); field in class:AuthContext
482 if (authDebug.messageEnabled()) {
483 authDebug.message(
496 if (authDebug.messageEnabled()) {
497 authDebug.message("Error: getSSOToken : " + e.getMessage());
634 if (authDebug.messageEnabled()) {
635 authDebug.message("AuthContext.login : runLogin against "
644 authDebug.error("Failed to login to " + authServiceURL);
646 authDebug.error("Failed to login to " + authServiceURL
661 if (authDebug
[all...]

Completed in 67 milliseconds