Searched defs:authErrorCode (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DAMAuthErrorCodeResponseStatusMapping.java33 * @param authErrorCode The AMAuthErrorCode.
36 public int getAuthLoginExceptionResponseStatus(String authErrorCode) { argument
42 Response.Status responseStatus = authErrorCodeResponseStatuses.get(authErrorCode);
43 if (responseStatus == null && AMAuthErrorCode.AUTH_TIMEOUT.equals(authErrorCode)) {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DAMAuthErrorCodeResponseStatusMapping.java33 * @param authErrorCode The AMAuthErrorCode.
36 public int getAuthLoginExceptionResponseStatus(String authErrorCode) { argument
42 Response.Status responseStatus = authErrorCodeResponseStatuses.get(authErrorCode);
43 if (responseStatus == null && AMAuthErrorCode.AUTH_TIMEOUT.equals(authErrorCode)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthErrorCodeException.java24 private final String authErrorCode; field in class:AuthErrorCodeException
29 * @param authErrorCode The error code which should be one of the codes in <code>AMAuthErrorCode</code>.
33 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode) { argument
34 this(authErrorCode, rbName, messageCode, null);
40 * @param authErrorCode The error code which should be one of the codes in <code>AMAuthErrorCode</code>.
45 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode, Object[] args) { argument
47 this.authErrorCode = authErrorCode;
56 return authErrorCode;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthErrorCodeException.java24 private final String authErrorCode; field in class:AuthErrorCodeException
29 * @param authErrorCode The error code which should be one of the codes in <code>AMAuthErrorCode</code>.
33 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode) { argument
34 this(authErrorCode, rbName, messageCode, null);
40 * @param authErrorCode The error code which should be one of the codes in <code>AMAuthErrorCode</code>.
45 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode, Object[] args) { argument
47 this.authErrorCode = authErrorCode;
56 return authErrorCode;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLResponse.java66 String authErrorCode; field in class:AuthXMLResponse
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLResponse.java66 String authErrorCode; field in class:AuthXMLResponse

Completed in 40 milliseconds