Searched refs:messageCode (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DClientFaultException.java32 * @param messageCode the message code. May not be null.
34 public ClientFaultException(final String messageCode) { argument
35 super(null, messageCode, null);
41 * @param messageCode the message code. May not be null.
44 public ClientFaultException(final String messageCode, final String detail) { argument
45 super(null, messageCode, detail);
52 * @param messageCode the message code. May not be null.
54 public ClientFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode) { argument
55 super(idpAdapter, messageCode, null);
62 * @param messageCode th
65 ClientFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, final String detail) argument
[all...]
H A DServerFaultException.java32 * @param messageCode the message code. May not be null.
34 public ServerFaultException(final String messageCode) { argument
35 super(null, messageCode, null);
41 * @param messageCode the message code. May not be null.
44 public ServerFaultException(final String messageCode, final String detail) { argument
45 super(null, messageCode, detail);
52 * @param messageCode the message code. May not be null.
54 public ServerFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode) { argument
55 super(idpAdapter, messageCode, null);
62 * @param messageCode th
65 ServerFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, final String detail) argument
[all...]
H A DFederatedSSOException.java33 private final String messageCode; field in class:FederatedSSOException
41 * @param messageCode the message code of the error that occurred.
44 public FederatedSSOException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, argument
47 this.messageCode = checkNotNull(messageCode, "Message code is null");
54 return SAML2Utils.bundle.getString(messageCode) + (detail != null ? " (" + detail +")" : "");
63 return messageCode;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DClientFaultException.java32 * @param messageCode the message code. May not be null.
34 public ClientFaultException(final String messageCode) { argument
35 super(null, messageCode, null);
41 * @param messageCode the message code. May not be null.
44 public ClientFaultException(final String messageCode, final String detail) { argument
45 super(null, messageCode, detail);
52 * @param messageCode the message code. May not be null.
54 public ClientFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode) { argument
55 super(idpAdapter, messageCode, null);
62 * @param messageCode th
65 ClientFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, final String detail) argument
[all...]
H A DServerFaultException.java32 * @param messageCode the message code. May not be null.
34 public ServerFaultException(final String messageCode) { argument
35 super(null, messageCode, null);
41 * @param messageCode the message code. May not be null.
44 public ServerFaultException(final String messageCode, final String detail) { argument
45 super(null, messageCode, detail);
52 * @param messageCode the message code. May not be null.
54 public ServerFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode) { argument
55 super(idpAdapter, messageCode, null);
62 * @param messageCode th
65 ServerFaultException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, final String detail) argument
[all...]
H A DFederatedSSOException.java33 private final String messageCode; field in class:FederatedSSOException
41 * @param messageCode the message code of the error that occurred.
44 public FederatedSSOException(final SAML2IdentityProviderAdapter idpAdapter, final String messageCode, argument
47 this.messageCode = checkNotNull(messageCode, "Message code is null");
54 return SAML2Utils.bundle.getString(messageCode) + (detail != null ? " (" + detail +")" : "");
63 return messageCode;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthErrorCodeException.java31 * @param messageCode Key in resource bundle for the message.
33 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode) { argument
34 this(authErrorCode, rbName, messageCode, null);
42 * @param messageCode Key in resource bundle for the message.
45 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode, Object[] args) { argument
46 super(rbName, messageCode, args);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthErrorCodeException.java31 * @param messageCode Key in resource bundle for the message.
33 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode) { argument
34 this(authErrorCode, rbName, messageCode, null);
42 * @param messageCode Key in resource bundle for the message.
45 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode, Object[] args) { argument
46 super(rbName, messageCode, args);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/util/
H A DTemplatedPage.java83 String messageCode = (String)i.next();
84 statusMessages.add(getLocalizedString(messageCode) );
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/util/
H A DTemplatedPage.java86 String messageCode = (String)i.next();
87 statusMessages.add(getLocalizedString(messageCode) );
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java100 String subjectCode, String messageCode) throws MessagingException {
153 String message = AMSDKBundle.getString(messageCode, locale) + " "
99 sendEmail(Set notifyList, Map attributes, String fromCode, String subjectCode, String messageCode) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java100 String subjectCode, String messageCode) throws MessagingException {
153 String message = AMSDKBundle.getString(messageCode, locale) + " "
99 sendEmail(Set notifyList, Map attributes, String fromCode, String subjectCode, String messageCode) argument

Completed in 55 milliseconds