Searched refs:getErrorTemplate (Results 1 - 16 of 16) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java767 public String getErrorTemplate() { method in class:AuthContextLocal
768 return amlc.getErrorTemplate();
H A DAuthXMLHandler.java706 debug.message("error Template: " + authContext.getErrorTemplate());
725 if ((authContext.getErrorTemplate() != null) &&
726 ((authContext.getErrorTemplate()).length() > 0 )) {
727 authResponse.setErrorTemplate(authContext.getErrorTemplate());
H A DAuthXMLResponse.java112 authErrorTemplate = AuthUtils.getErrorTemplate(errorCode);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java706 debug.message("error Template: " + authContext.getErrorTemplate());
725 if ((authContext.getErrorTemplate() != null) &&
726 ((authContext.getErrorTemplate()).length() > 0 )) {
727 authResponse.setErrorTemplate(authContext.getErrorTemplate());
H A DAuthContextLocal.java798 public String getErrorTemplate() { method in class:AuthContextLocal
799 return amlc.getErrorTemplate();
H A DAuthXMLResponse.java112 authErrorTemplate = AuthUtils.getErrorTemplate(errorCode);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java1729 public String getErrorTemplate() { method in class:AuthContext
1731 return (acLocal.getErrorTemplate());
1735 return AuthClientUtils.getErrorTemplate(AMAuthErrorCode.AUTH_ERROR);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java1729 public String getErrorTemplate() { method in class:AuthContext
1731 return (acLocal.getErrorTemplate());
1735 return AuthClientUtils.getErrorTemplate(AMAuthErrorCode.AUTH_ERROR);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1546 public String getErrorTemplate() { method in class:AMLoginContext
1558 errorTemplate = loginState.getErrorTemplate();
H A DLoginState.java4030 public String getErrorTemplate() { method in class:LoginState
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1512 public String getErrorTemplate() { method in class:AMLoginContext
1524 errorTemplate = authContext.getLoginState().getErrorTemplate();
H A DLoginState.java3922 public String getErrorTemplate() { method in class:LoginState
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1789 errorTemplate = ac.getErrorTemplate();
1791 errorTemplate = AuthUtils.getErrorTemplate(errorCode);
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1811 errorTemplate = ac.getErrorTemplate();
1813 errorTemplate = AuthUtils.getErrorTemplate(errorCode);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java617 public static String getErrorTemplate(String errorCode) { method in class:AuthClientUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java620 public static String getErrorTemplate(String errorCode) { method in class:AuthClientUtils

Completed in 207 milliseconds