Class OpenidmAccountStatusNotificationHandlerMessages
- java.lang.Object
-
- org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
public final class OpenidmAccountStatusNotificationHandlerMessages extends Object
This file contains localizable message descriptors having the resource nameorg.forgerock.openidm.accountchange.openidm-account-status-notification-handler. This file was generated automatically by thei18n-maven-pluginfrom the property fileorg/forgerock/openidm/accountchange/openidm-account-status-notification-handler.propertiesand it should not be manually edited.
-
-
Field Summary
Fields Modifier and Type Field Description static org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object>ERR_OPENIDM_PWSYNC_INITIALIZATIONEXCEPTIONAn error occurred during OpenIDM Password Sync plugin initialization: %s.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg0ERR_OPENIDM_PWSYNC_INVALID_AUTHENTICATION_CONFIGAuthentication to OpenIDM requires either ssl-cert-nickname to be set or openidm-user and openidm-password to be set but neither were set.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object>ERR_OPENIDM_PWSYNC_INVALID_CLIENT_CERT_NICKNAMEAn error occurred during OpenIDM Password Sync plugin initialization because the ssl-cert-nickname '%s' is not found in provided keystore.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object>ERR_OPENIDM_PWSYNC_INVALID_SERVERKEYALIASAn error occurred during OpenIDM Password Sync plugin initialization because the certificate-subject-dn '%s' is not found in provided truststore.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object>ERR_OPENIDM_PWSYNC_INVALID_TRUSTMANAGERPROVIDERAn error occurred during OpenIDM Password Sync plugin initialization because the trust-manager-provider: '%s' does not exist.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object>ERR_OPENIDM_PWSYNC_LOGFILE_ALREADY_EXISTSAn error occurred during OpenIDM Password Sync plugin initialization because log file creation failed: %s exists and is not a directory.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object>ERR_OPENIDM_PWSYNC_LOGFILE_UNABLE_TO_CREATE_DIRECTORYAn error occurred during OpenIDM Password Sync plugin initialization because log file creation failed : could not create directory %s.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Object>ERR_OPENIDM_PWSYNC_MALFORMEDURLEXCEPTIONAn error occurred during OpenIDM Password Sync plugin initialization because the url '%s' is not a valid OpenIDM-URL: %s.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg0ERR_OPENIDM_PWSYNC_NO_KEYMANAGER_PROVIDERAn error occurred during OpenIDM Password Sync plugin initialization because a key manager is required for SSL client authentication, but no key manager was provided.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg0ERR_OPENIDM_PWSYNC_UNAUTHORISED_REQUESTUnable to send password update request because Client can not authorise.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Object>ERR_OPENIDM_PWSYNC_UNEXPECTED_RETURN_STATUSUnable to send password update request because unexpected error happend.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Object>INFO_OPENIDM_PWSYNC_LOGFILE_CHANGE_REQUIRES_RESTARTThe file name that the OpenIDM Password Sync plugin logs changes has been changed from %s to %s, but this change will not take effect until the server is restartedstatic org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Object>INFO_OPENIDM_PWSYNC_UPDATE_INTERVAL_CHANGE_REQUIRES_RESTARTThe update interval of the OpenIDM Password Sync plugin executes the background thread has been changed from %s to %s, but this change will not take effect until the server is restarted
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringresourceName()Returns the name of the resource associated with the messages contained in this class.
-
-
-
Field Detail
-
ERR_OPENIDM_PWSYNC_LOGFILE_UNABLE_TO_CREATE_DIRECTORY
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object> ERR_OPENIDM_PWSYNC_LOGFILE_UNABLE_TO_CREATE_DIRECTORY
An error occurred during OpenIDM Password Sync plugin initialization because log file creation failed : could not create directory %s.
-
INFO_OPENIDM_PWSYNC_LOGFILE_CHANGE_REQUIRES_RESTART
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Object> INFO_OPENIDM_PWSYNC_LOGFILE_CHANGE_REQUIRES_RESTART
The file name that the OpenIDM Password Sync plugin logs changes has been changed from %s to %s, but this change will not take effect until the server is restarted
-
ERR_OPENIDM_PWSYNC_MALFORMEDURLEXCEPTION
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Object> ERR_OPENIDM_PWSYNC_MALFORMEDURLEXCEPTION
An error occurred during OpenIDM Password Sync plugin initialization because the url '%s' is not a valid OpenIDM-URL: %s.
-
ERR_OPENIDM_PWSYNC_INVALID_CLIENT_CERT_NICKNAME
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object> ERR_OPENIDM_PWSYNC_INVALID_CLIENT_CERT_NICKNAME
An error occurred during OpenIDM Password Sync plugin initialization because the ssl-cert-nickname '%s' is not found in provided keystore.
-
ERR_OPENIDM_PWSYNC_INVALID_SERVERKEYALIAS
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object> ERR_OPENIDM_PWSYNC_INVALID_SERVERKEYALIAS
An error occurred during OpenIDM Password Sync plugin initialization because the certificate-subject-dn '%s' is not found in provided truststore.
-
ERR_OPENIDM_PWSYNC_NO_KEYMANAGER_PROVIDER
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 ERR_OPENIDM_PWSYNC_NO_KEYMANAGER_PROVIDER
An error occurred during OpenIDM Password Sync plugin initialization because a key manager is required for SSL client authentication, but no key manager was provided.
-
ERR_OPENIDM_PWSYNC_INVALID_TRUSTMANAGERPROVIDER
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object> ERR_OPENIDM_PWSYNC_INVALID_TRUSTMANAGERPROVIDER
An error occurred during OpenIDM Password Sync plugin initialization because the trust-manager-provider: '%s' does not exist.
-
ERR_OPENIDM_PWSYNC_INITIALIZATIONEXCEPTION
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object> ERR_OPENIDM_PWSYNC_INITIALIZATIONEXCEPTION
An error occurred during OpenIDM Password Sync plugin initialization: %s.
-
INFO_OPENIDM_PWSYNC_UPDATE_INTERVAL_CHANGE_REQUIRES_RESTART
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Object> INFO_OPENIDM_PWSYNC_UPDATE_INTERVAL_CHANGE_REQUIRES_RESTART
The update interval of the OpenIDM Password Sync plugin executes the background thread has been changed from %s to %s, but this change will not take effect until the server is restarted
-
ERR_OPENIDM_PWSYNC_UNAUTHORISED_REQUEST
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 ERR_OPENIDM_PWSYNC_UNAUTHORISED_REQUEST
Unable to send password update request because Client can not authorise.
-
ERR_OPENIDM_PWSYNC_UNEXPECTED_RETURN_STATUS
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Object> ERR_OPENIDM_PWSYNC_UNEXPECTED_RETURN_STATUS
Unable to send password update request because unexpected error happend. Return status code: %s, Error message: %s
-
ERR_OPENIDM_PWSYNC_INVALID_AUTHENTICATION_CONFIG
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg0 ERR_OPENIDM_PWSYNC_INVALID_AUTHENTICATION_CONFIG
Authentication to OpenIDM requires either ssl-cert-nickname to be set or openidm-user and openidm-password to be set but neither were set. For SSL client authentication, ssl-cert-nickname must be provided. For basic authentication, openidm-user and openidm-password must be provided.
-
ERR_OPENIDM_PWSYNC_LOGFILE_ALREADY_EXISTS
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object> ERR_OPENIDM_PWSYNC_LOGFILE_ALREADY_EXISTS
An error occurred during OpenIDM Password Sync plugin initialization because log file creation failed: %s exists and is not a directory.
-
-
Method Detail
-
resourceName
public static String resourceName()
Returns the name of the resource associated with the messages contained in this class. The resource name may be used for obtaining named loggers, e.g. using SLF4J'sorg.slf4j.LoggerFactory#getLogger(String name).- Returns:
- The name of the resource associated with the messages contained in this class.
-
-