Searched defs:amAuthHTTPBasic (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-httpbasic/src/main/java/com/sun/identity/authentication/modules/httpbasic/
H A DHTTPBasic.java66 private static final String amAuthHTTPBasic = "amAuthHTTPBasic"; field in class:HTTPBasic
67 private static Debug debug = Debug.getInstance(amAuthHTTPBasic);
86 bundle = amCache.getResBundle(amAuthHTTPBasic, locale);
126 throw new AuthLoginException(amAuthHTTPBasic, "noModule", null);
139 throw new AuthLoginException(amAuthHTTPBasic, "reqRespNull",
159 throw new AuthLoginException(amAuthHTTPBasic, "sendError",
194 throw new AuthLoginException(amAuthHTTPBasic, "wrong header",
/forgerock/openam/openam-authentication/openam-auth-httpbasic/src/main/java/com/sun/identity/authentication/modules/httpbasic/
H A DHTTPBasic.java66 private static final String amAuthHTTPBasic = "amAuthHTTPBasic"; field in class:HTTPBasic
67 private static Debug debug = Debug.getInstance(amAuthHTTPBasic);
86 bundle = amCache.getResBundle(amAuthHTTPBasic, locale);
126 throw new AuthLoginException(amAuthHTTPBasic, "noModule", null);
139 throw new AuthLoginException(amAuthHTTPBasic, "reqRespNull",
159 throw new AuthLoginException(amAuthHTTPBasic, "sendError",
194 throw new AuthLoginException(amAuthHTTPBasic, "wrong header",

Completed in 26 milliseconds