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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLResponse.java68 String authErrorTemplate; field in class:AuthXMLResponse
112 authErrorTemplate = AuthUtils.getErrorTemplate(errorCode);
115 debug.message("Auth error template" + authErrorTemplate);
138 authErrorTemplate = template;
239 if (authErrorTemplate != null) {
244 .append(authErrorTemplate)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLResponse.java68 String authErrorTemplate; field in class:AuthXMLResponse
112 authErrorTemplate = AuthUtils.getErrorTemplate(errorCode);
115 debug.message("Auth error template" + authErrorTemplate);
138 authErrorTemplate = template;
239 if (authErrorTemplate != null) {
244 .append(authErrorTemplate)

Completed in 30 milliseconds