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