Searched refs:errorCode (Results 251 - 275 of 357) sorted by relevance

<<1112131415

/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DPLLAuditor.java151 * @param errorCode A unique code that identifies the error condition.
154 public void auditAccessFailure(String errorCode, String message) { argument
169 .responseWithDetail(FAILED, errorCode, elapsedTime, MILLISECONDS, detail)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DChainedException.java113 * errorCode for correctly locating the error messsage. The default
120 * @param errorCode -
123 * rb.getString(errorCode)
129 public ChainedException(String rbName, String errorCode, Object[] args, argument
132 _errorCode = errorCode;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DChainedException.java100 * Instead this constructor provides Resource Bundle name and errorCode
106 * @param errorCode - Key to resource bundle. You can use
108 * String localizedStr = rb.getString(errorCode)
115 String errorCode,
119 _errorCode = errorCode;
113 ChainedException( String rbName, String errorCode, Object[] args,Throwable nestedException ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupUtils.java260 private static ConfiguratorException newConfigurationException(String errorCode) { argument
261 return new ConfiguratorException(errorCode, null, java.util.Locale.getDefault());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/audit/
H A DSAML2Auditor.java133 public void auditAccessFailure(String errorCode, String message) { argument
146 .responseWithDetail(FAILED, errorCode, elapsedTime, MILLISECONDS, detail)
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DCookieUtils.java332 * @param errorCode Error code
337 String errorCode, String errorMsg) {
353 + "errorcode=" + errorCode + "&"
335 sendError(HttpServletRequest request, HttpServletResponse response, int httpStatusCode, String errorCode, String errorMsg) argument
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DSessionCommand.java323 int errorCode = results.getErrorCode();
324 if (errorCode == SearchResults.SIZE_LIMIT_EXCEEDED) {
326 } else if (errorCode == SearchResults.TIME_LIMIT_EXCEEDED) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DSessionCommand.java324 int errorCode = results.getErrorCode();
325 if (errorCode == SearchResults.SIZE_LIMIT_EXCEEDED) {
327 } else if (errorCode == SearchResults.TIME_LIMIT_EXCEEDED) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityMembersViewBean.java155 int errorCode = results.getErrorCode();
157 switch (errorCode) {
H A DEntityMembershipViewBean.java155 int errorCode = results.getErrorCode();
157 switch (errorCode) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DIdentitySubjectEditViewBean.java139 int errorCode = results.getErrorCode();
141 switch (errorCode) {
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/rest/
H A DPrivilegeRestTest.java157 int errorCode = e.getResponse().getStatus();
158 if (errorCode != 400) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityMembersViewBean.java155 int errorCode = results.getErrorCode();
157 switch (errorCode) {
H A DEntityMembershipViewBean.java155 int errorCode = results.getErrorCode();
157 switch (errorCode) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DIdentitySubjectEditViewBean.java139 int errorCode = results.getErrorCode();
141 switch (errorCode) {
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/rest/
H A DPrivilegeRestTest.java157 int errorCode = e.getResponse().getStatus();
158 if (errorCode != 400) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java232 auditor.auditAccessFailure(authResponse.errorCode, authResponse.authErrorMessage);
253 auditor.auditAccessFailure(authResponse.errorCode, authResponse.authErrorMessage);
988 String errorCode = le.getErrorCode();
989 if (errorCode == null) {
990 errorCode = le.getMessage();
992 return errorCode;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java232 auditor.auditAccessFailure(authResponse.errorCode, authResponse.authErrorMessage);
253 auditor.auditAccessFailure(authResponse.errorCode, authResponse.authErrorMessage);
988 String errorCode = le.getErrorCode();
989 if (errorCode == null) {
990 errorCode = le.getMessage();
992 return errorCode;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1510 String errorCode = loginState.getErrorCode();
1512 if (errorCode != null) {
1513 String resProperty = bundle.getString(errorCode);
1517 String errorMsg = AuthUtils.getErrorVal(errorCode, AuthUtils.ERROR_MESSAGE);
1518 String templateName = AuthUtils.getErrorVal(errorCode, AuthUtils.ERROR_TEMPLATE);
1601 String errorCode = loginState.getErrorCode();
1604 debug.message("Error Code is.. : " + errorCode);
1607 return errorCode;
1909 void setAuthError(String errorCode, String resString) { argument
1910 loginState.setErrorCode(errorCode);
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1476 String errorCode = authContext.getLoginState().getErrorCode();
1478 if (errorCode != null) {
1479 String resProperty = bundle.getString(errorCode);
1483 String errorMsg = AuthUtils.getErrorVal(errorCode, AuthUtils.ERROR_MESSAGE);
1484 String templateName = AuthUtils.getErrorVal(errorCode, AuthUtils.ERROR_TEMPLATE);
1567 String errorCode = authContext.getLoginState().getErrorCode();
1570 debug.message("Error Code is.. : " + errorCode);
1573 return errorCode;
1861 private void setAuthError(String errorCode, String resString) { argument
1862 authContext.getLoginState().setErrorCode(errorCode);
[all...]
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java309 errorCode = AMAuthErrorCode.AUTH_TIMEOUT;
443 errorCode = AMAuthErrorCode.AUTH_TIMEOUT;
1150 errorCode = AMAuthErrorCode.AUTH_TIMEOUT;
1190 errorCode = AMAuthErrorCode.AUTH_TIMEOUT;
1782 // LoginException which does not have errorCode.
1784 errorCode = authErrorCode;
1794 errorCode = ac.getErrorCode();
1799 if (errorCode == null || errorCode.isEmpty()) {
1802 errorCode
2178 public String errorCode = ""; field in class:LoginViewBean
[all...]
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java305 errorCode = AMAuthErrorCode.AUTH_TIMEOUT;
439 errorCode = AMAuthErrorCode.AUTH_TIMEOUT;
1140 errorCode = AMAuthErrorCode.AUTH_TIMEOUT;
1760 // LoginException which does not have errorCode.
1762 errorCode = authErrorCode;
1772 errorCode = ac.getErrorCode();
1777 if (errorCode == null || errorCode.isEmpty()) {
1780 errorCode = AMAuthErrorCode.AUTH_ERROR;
1785 ErrorMessage = AuthUtils.getErrorMessage(errorCode);
2156 public String errorCode = ""; field in class:LoginViewBean
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java364 final String errorCode = request.getParameter(SAML2Proxy.ERROR_CODE_PARAM_KEY);
370 + "Error message - {}", String.valueOf(errorCode), String.valueOf(errorMessage));
371 } else if (StringUtils.isNotEmpty(errorCode)) {
372 return processError(bundle.getString(errorCode), "SAML2 :: handleReturnFromRedirect() : "
374 + "Error message - {}", errorCode, errorMessage);

Completed in 116 milliseconds

<<1112131415