Package org.opends.server.extensions
Class ExtensionsConstants
java.lang.Object
org.opends.server.extensions.ExtensionsConstants
This class defines a number of constants that may be used by Directory Server extensions.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The authentication password scheme name for use with passwords encoded in a salted SHA-1 representation.static final String
The name of the message digest algorithm that should be used to generate SHA-1 hashes.List of names of reversible storage schemes.static final String
The password storage scheme name that will be used for passwords stored in a salted SHA-1 representation.static final byte
The ASN.1 element type that will be used to encode the newPasswd component in a password modify extended request.static final byte
The ASN.1 element type that will be used to encode the oldPasswd component in a password modify extended request.static final byte
The ASN.1 element type that will be used to encode the userIdentity component in a password modify extended request. -
Method Summary
-
Field Details
-
AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_1
The authentication password scheme name for use with passwords encoded in a salted SHA-1 representation.- See Also:
-
MESSAGE_DIGEST_ALGORITHM_SHA_1
The name of the message digest algorithm that should be used to generate SHA-1 hashes.- See Also:
-
STORAGE_SCHEME_NAME_SALTED_SHA_1
The password storage scheme name that will be used for passwords stored in a salted SHA-1 representation.- See Also:
-
REVERSIBLE_STORAGE_SCHEMES
List of names of reversible storage schemes. -
TYPE_PASSWORD_MODIFY_USER_ID
public static final byte TYPE_PASSWORD_MODIFY_USER_IDThe ASN.1 element type that will be used to encode the userIdentity component in a password modify extended request.- See Also:
-
TYPE_PASSWORD_MODIFY_OLD_PASSWORD
public static final byte TYPE_PASSWORD_MODIFY_OLD_PASSWORDThe ASN.1 element type that will be used to encode the oldPasswd component in a password modify extended request.- See Also:
-
TYPE_PASSWORD_MODIFY_NEW_PASSWORD
public static final byte TYPE_PASSWORD_MODIFY_NEW_PASSWORDThe ASN.1 element type that will be used to encode the newPasswd component in a password modify extended request.- See Also:
-