Class PasswordEncodingMessages
java.lang.Object
org.forgerock.opendj.security.hash.PasswordEncodingMessages
This file contains localizable message descriptors having the resource
name
org.forgerock.opendj.security.hash.password-encoding
. This file was generated
automatically by the opendj-maven-plugin
from the property file
org/forgerock/opendj/security/hash/password-encoding.properties
and it should not be manually edited.-
Field Summary
FieldsModifier and TypeFieldDescriptionInvalid duration: %s
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the name of the resource associated with the messages contained in this class.
-
Field Details
-
ERR_INVALID_DURATION
Invalid duration: %s
-
-
Method Details
-
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.
-