Class OpenidmAccountStatusNotificationHandlerMessages


  • public final class OpenidmAccountStatusNotificationHandlerMessages
    extends Object
    This file contains localizable message descriptors having the resource name org.forgerock.openidm.accountchange.openidm-account-status-notification-handler. This file was generated automatically by the i18n-maven-plugin from the property file org/forgerock/openidm/accountchange/openidm-account-status-notification-handler.properties and it should not be manually edited.
    • 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's org.slf4j.LoggerFactory#getLogger(String name).
        Returns:
        The name of the resource associated with the messages contained in this class.