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 Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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: