Searched refs:amAuthContextLocal (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java95 private static final String amAuthContextLocal = "amAuthContextLocal"; field in class:AuthContextLocal
99 protected static Debug authDebug = Debug.getInstance(amAuthContextLocal);
105 Locale.getInstallResourceBundle(amAuthContextLocal);
231 throw new AuthLoginException(amAuthContextLocal,
234 throw new AuthLoginException(amAuthContextLocal,
620 throw new AuthLoginException(amAuthContextLocal, "logoutError",
755 throw new AuthLoginException(amAuthContextLocal, "abortError",
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java94 private static final String amAuthContextLocal = "amAuthContextLocal"; field in class:AuthContextLocal
98 protected static Debug authDebug = Debug.getInstance(amAuthContextLocal);
104 Locale.getInstallResourceBundle(amAuthContextLocal);
237 throw new AuthLoginException(amAuthContextLocal,
240 throw new AuthLoginException(amAuthContextLocal,
383 throw new AuthLoginException(amAuthContextLocal,
651 throw new AuthLoginException(amAuthContextLocal, "logoutError",
786 throw new AuthLoginException(amAuthContextLocal, "abortError",

Completed in 31 milliseconds