Class SchemaConstants


  • public final class SchemaConstants
    extends Object
    This class defines a number of constants used by Directory Server schema elements, like matching rules, syntaxes, attribute types, and objectclasses.

    Here is a definition for the prefixes:

    AMR
    Approximate Matching Rule
    EMR
    Equality Matching Rule
    OMR
    Ordering Matching Rule
    SMR
    Syntax Matching Rule
    • Field Detail

      • NO_ATTRIBUTES

        public static final String NO_ATTRIBUTES
        RFC 2251, Section 4.5.1: 'If the client does not want any attributes returned, it can specify a list containing only the attribute with OID "1.1". This OID was chosen arbitrarily and does not correspond to any attribute in use.'
        See Also:
        RFC 2251 for LDAP v3, Constant Field Values
      • OID_OPENDJ_BASE

        public static final String OID_OPENDJ_BASE
        The IANA-assigned base OID for all things under the OpenDJ umbrella.
        See Also:
        Constant Field Values
      • OID_OPENDS_SERVER_BASE

        public static final String OID_OPENDS_SERVER_BASE
        The base OID that will be used for the OpenDS Directory Server project.
        See Also:
        Constant Field Values
      • OID_OPENDS_SERVER_ATTRIBUTE_TYPE_BASE

        public static final String OID_OPENDS_SERVER_ATTRIBUTE_TYPE_BASE
        The base OID that will be used for OpenDS Directory Server attribute type definitions.
        See Also:
        Constant Field Values
      • OID_OPENDS_SERVER_OBJECT_CLASS_BASE

        public static final String OID_OPENDS_SERVER_OBJECT_CLASS_BASE
        The base OID that will be used for OpenDS Directory Server object class definitions.
        See Also:
        Constant Field Values
      • OID_OPENDS_SERVER_ATTRIBUTE_SYNTAX_BASE

        public static final String OID_OPENDS_SERVER_ATTRIBUTE_SYNTAX_BASE
        The base OID that will be used for OpenDS Directory Server attribute syntax definitions.
        See Also:
        Constant Field Values
      • OID_OPENDS_SERVER_MATCHING_RULE_BASE

        public static final String OID_OPENDS_SERVER_MATCHING_RULE_BASE
        The base OID that will be used for OpenDS Directory Server matching rule definitions.
        See Also:
        Constant Field Values
      • OID_OPENDS_SERVER_CONTROL_BASE

        public static final String OID_OPENDS_SERVER_CONTROL_BASE
        The base OID that will be used for OpenDS Directory Server control definitions.
        See Also:
        Constant Field Values
      • OID_OPENDS_SERVER_EXTENDED_OPERATION_BASE

        public static final String OID_OPENDS_SERVER_EXTENDED_OPERATION_BASE
        The base OID that will be used for OpenDS Directory Server extended operation definitions.
        See Also:
        Constant Field Values
      • OID_OPENDS_SERVER_GENERAL_USE_BASE

        public static final String OID_OPENDS_SERVER_GENERAL_USE_BASE
        The base OID that will be used for general-purpose (i.e., "other") types of OIDs that need to be allocated for the OpenDS Directory Server.
        See Also:
        Constant Field Values
      • OID_OPENDS_SERVER_EXPERIMENTAL_BASE

        public static final String OID_OPENDS_SERVER_EXPERIMENTAL_BASE
        The base OID that will be used for temporary or experimental OIDs within the OpenDS Directory Server.
        See Also:
        Constant Field Values
      • AMR_DOUBLE_METAPHONE_DESCRIPTION

        public static final String AMR_DOUBLE_METAPHONE_DESCRIPTION
        The description for the doubleMetaphoneApproximateMatch approximate matching rule.
        See Also:
        Constant Field Values
      • AMR_DOUBLE_METAPHONE_NAME

        public static final String AMR_DOUBLE_METAPHONE_NAME
        The name for the doubleMetaphoneApproximateMatch approximate matching rule.
        See Also:
        Constant Field Values
      • AMR_DOUBLE_METAPHONE_OID

        public static final String AMR_DOUBLE_METAPHONE_OID
        The OID for the doubleMetaphoneApproximateMatch approximate matching rule.
        See Also:
        Constant Field Values
      • EMR_AUTH_PASSWORD_EXACT_DESCRIPTION

        public static final String EMR_AUTH_PASSWORD_EXACT_DESCRIPTION
        The description for the authPasswordExactMatch matching rule.
        See Also:
        Constant Field Values
      • EMR_AUTH_PASSWORD_EXACT_NAME

        public static final String EMR_AUTH_PASSWORD_EXACT_NAME
        The name for the authPasswordExactMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_AUTH_PASSWORD_EXACT_OID

        public static final String EMR_AUTH_PASSWORD_EXACT_OID
        The OID for the authPasswordExactMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_AUTH_PASSWORD_DESCRIPTION

        public static final String EMR_AUTH_PASSWORD_DESCRIPTION
        The description for the authPasswordMatch matching rule.
        See Also:
        Constant Field Values
      • EMR_AUTH_PASSWORD_NAME

        public static final String EMR_AUTH_PASSWORD_NAME
        The name for the authPasswordMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_AUTH_PASSWORD_OID

        public static final String EMR_AUTH_PASSWORD_OID
        The OID for the authPasswordMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_BIT_STRING_NAME

        public static final String EMR_BIT_STRING_NAME
        The name for the bitStringMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_BIT_STRING_OID

        public static final String EMR_BIT_STRING_OID
        The OID for the bitStringMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_BOOLEAN_NAME

        public static final String EMR_BOOLEAN_NAME
        The name for the booleanMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_BOOLEAN_OID

        public static final String EMR_BOOLEAN_OID
        The OID for the booleanMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CASE_EXACT_NAME

        public static final String EMR_CASE_EXACT_NAME
        The name for the caseExactMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CASE_EXACT_OID

        public static final String EMR_CASE_EXACT_OID
        The OID for the caseExactMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CASE_EXACT_IA5_NAME

        public static final String EMR_CASE_EXACT_IA5_NAME
        The name for the caseExactIA5Match equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CASE_EXACT_IA5_OID

        public static final String EMR_CASE_EXACT_IA5_OID
        The OID for the caseExactIA5Match equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CASE_IGNORE_NAME

        public static final String EMR_CASE_IGNORE_NAME
        The name for the caseIgnoreMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CASE_IGNORE_OID

        public static final String EMR_CASE_IGNORE_OID
        The OID for the caseIgnoreMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CASE_IGNORE_IA5_NAME

        public static final String EMR_CASE_IGNORE_IA5_NAME
        The name for the caseIgnoreIA5Match equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CASE_IGNORE_IA5_OID

        public static final String EMR_CASE_IGNORE_IA5_OID
        The OID for the caseIgnoreIA5Match equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CASE_IGNORE_LIST_NAME

        public static final String EMR_CASE_IGNORE_LIST_NAME
        The name for the caseIgnoreListMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CASE_IGNORE_LIST_OID

        public static final String EMR_CASE_IGNORE_LIST_OID
        The OID for the caseIgnoreListMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CERTIFICATE_EXACT_DESCRIPTION

        public static final String EMR_CERTIFICATE_EXACT_DESCRIPTION
        The description for the certificateExactMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CERTIFICATE_EXACT_NAME

        public static final String EMR_CERTIFICATE_EXACT_NAME
        The name for the certificateExactMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_CERTIFICATE_EXACT_OID

        public static final String EMR_CERTIFICATE_EXACT_OID
        The OID for the certificateExactMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_DIRECTORY_STRING_FIRST_COMPONENT_NAME

        public static final String EMR_DIRECTORY_STRING_FIRST_COMPONENT_NAME
        The name for the directoryStringFirstComponentMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_DIRECTORY_STRING_FIRST_COMPONENT_OID

        public static final String EMR_DIRECTORY_STRING_FIRST_COMPONENT_OID
        The OID for the directoryStringFirstComponentMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_DN_NAME

        public static final String EMR_DN_NAME
        The name for the distinguishedNameMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_DN_OID

        public static final String EMR_DN_OID
        The OID for the distinguishedNameMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_GENERALIZED_TIME_NAME

        public static final String EMR_GENERALIZED_TIME_NAME
        The name for the generalizedTimeMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_GENERALIZED_TIME_OID

        public static final String EMR_GENERALIZED_TIME_OID
        The OID for the generalizedTimeMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_INTEGER_NAME

        public static final String EMR_INTEGER_NAME
        The name for the integerMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_INTEGER_OID

        public static final String EMR_INTEGER_OID
        The OID for the integerMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_INTEGER_FIRST_COMPONENT_NAME

        public static final String EMR_INTEGER_FIRST_COMPONENT_NAME
        The name for the integerFirstComponentMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_INTEGER_FIRST_COMPONENT_OID

        public static final String EMR_INTEGER_FIRST_COMPONENT_OID
        The OID for the integerFirstComponentMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_KEYWORD_NAME

        public static final String EMR_KEYWORD_NAME
        The name for the keywordMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_KEYWORD_OID

        public static final String EMR_KEYWORD_OID
        The OID for the keywordMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_NUMERIC_STRING_NAME

        public static final String EMR_NUMERIC_STRING_NAME
        The name for the numericStringMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_NUMERIC_STRING_OID

        public static final String EMR_NUMERIC_STRING_OID
        The OID for the numericStringMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_OCTET_STRING_NAME

        public static final String EMR_OCTET_STRING_NAME
        The name for the octetStringMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_OCTET_STRING_OID

        public static final String EMR_OCTET_STRING_OID
        The OID for the octetStringMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_OID_NAME

        public static final String EMR_OID_NAME
        The name for the objectIdentifierMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_OID_OID

        public static final String EMR_OID_OID
        The OID for the objectIdentifierMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_OID_FIRST_COMPONENT_NAME

        public static final String EMR_OID_FIRST_COMPONENT_NAME
        The name for the objectIdentifierFirstComponentMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_OID_FIRST_COMPONENT_OID

        public static final String EMR_OID_FIRST_COMPONENT_OID
        The OID for the objectIdentifierFirstComponentMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_PRESENTATION_ADDRESS_NAME

        public static final String EMR_PRESENTATION_ADDRESS_NAME
        The name for the presentationAddressMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_PRESENTATION_ADDRESS_OID

        public static final String EMR_PRESENTATION_ADDRESS_OID
        The OID for the presentationAddressMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_PROTOCOL_INFORMATION_NAME

        public static final String EMR_PROTOCOL_INFORMATION_NAME
        The name for the protocolInformationMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_PROTOCOL_INFORMATION_OID

        public static final String EMR_PROTOCOL_INFORMATION_OID
        The OID for the protocolInformationMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_TELEPHONE_NAME

        public static final String EMR_TELEPHONE_NAME
        The name for the telephoneNumberMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_TELEPHONE_OID

        public static final String EMR_TELEPHONE_OID
        The OID for the telephoneNumberMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_UNIQUE_MEMBER_NAME

        public static final String EMR_UNIQUE_MEMBER_NAME
        The name for the uniqueMemberMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_UNIQUE_MEMBER_OID

        public static final String EMR_UNIQUE_MEMBER_OID
        The OID for the uniqueMemberMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_USER_PASSWORD_EXACT_DESCRIPTION

        public static final String EMR_USER_PASSWORD_EXACT_DESCRIPTION
        The description for the userPasswordExactMatch matching rule.
        See Also:
        Constant Field Values
      • EMR_USER_PASSWORD_EXACT_NAME

        public static final String EMR_USER_PASSWORD_EXACT_NAME
        The name for the userPasswordExactMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_USER_PASSWORD_EXACT_OID

        public static final String EMR_USER_PASSWORD_EXACT_OID
        The OID for the userPasswordExactMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_USER_PASSWORD_DESCRIPTION

        public static final String EMR_USER_PASSWORD_DESCRIPTION
        The description for the userPasswordMatch matching rule.
        See Also:
        Constant Field Values
      • EMR_USER_PASSWORD_NAME

        public static final String EMR_USER_PASSWORD_NAME
        The name for the userPasswordMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_USER_PASSWORD_OID

        public static final String EMR_USER_PASSWORD_OID
        The OID for the userPasswordMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_UUID_NAME

        public static final String EMR_UUID_NAME
        The name for the uuidMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_UUID_OID

        public static final String EMR_UUID_OID
        The OID for the uuidMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_WORD_NAME

        public static final String EMR_WORD_NAME
        The name for the wordMatch equality matching rule.
        See Also:
        Constant Field Values
      • EMR_WORD_OID

        public static final String EMR_WORD_OID
        The OID for the wordMatch equality matching rule.
        See Also:
        Constant Field Values
      • OMR_CASE_EXACT_NAME

        public static final String OMR_CASE_EXACT_NAME
        The name for the caseExactOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_CASE_EXACT_OID

        public static final String OMR_CASE_EXACT_OID
        The OID for the caseExactOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_CASE_IGNORE_NAME

        public static final String OMR_CASE_IGNORE_NAME
        The name for the caseIgnoreOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_CASE_IGNORE_OID

        public static final String OMR_CASE_IGNORE_OID
        The OID for the caseIgnoreOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_HISTORICAL_CSN_NAME

        public static final String OMR_HISTORICAL_CSN_NAME
        The name for the historicalCsnOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_HISTORICAL_CSN_OID

        public static final String OMR_HISTORICAL_CSN_OID
        The OID for the historicalCsnOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • EXTMR_HISTORICAL_CSN_RANGE_NAME

        public static final String EXTMR_HISTORICAL_CSN_RANGE_NAME
        The name for the historicalCsnRangeMatch extensible matching rule.
        See Also:
        Constant Field Values
      • EXTMR_HISTORICAL_CSN_RANGE_OID

        public static final String EXTMR_HISTORICAL_CSN_RANGE_OID
        The OID for the historicalCsnRangeMatch extensible matching rule.
        See Also:
        Constant Field Values
      • OMR_GENERALIZED_TIME_NAME

        public static final String OMR_GENERALIZED_TIME_NAME
        The name for the generalizedTimeOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_GENERALIZED_TIME_OID

        public static final String OMR_GENERALIZED_TIME_OID
        The OID for the generalizedTimeOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_INTEGER_NAME

        public static final String OMR_INTEGER_NAME
        The name for the integerOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_INTEGER_OID

        public static final String OMR_INTEGER_OID
        The OID for the integerOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_NUMERIC_STRING_NAME

        public static final String OMR_NUMERIC_STRING_NAME
        The name for the numericStringOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_NUMERIC_STRING_OID

        public static final String OMR_NUMERIC_STRING_OID
        The OID for the numericStringOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_OCTET_STRING_NAME

        public static final String OMR_OCTET_STRING_NAME
        The name for the octetStringOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_OCTET_STRING_OID

        public static final String OMR_OCTET_STRING_OID
        The OID for the octetStringOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_UUID_NAME

        public static final String OMR_UUID_NAME
        The name for the uuidOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_UUID_OID

        public static final String OMR_UUID_OID
        The OID for the uuidOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_GENERIC_ENUM_NAME

        public static final String OMR_GENERIC_ENUM_NAME
        The name for the enumOrderingMatch ordering matching rule.
        See Also:
        Constant Field Values
      • OMR_OID_GENERIC_ENUM

        public static final String OMR_OID_GENERIC_ENUM
        The oid for the generic enum syntax ordering matching rule.
        See Also:
        Constant Field Values
      • SMR_CASE_EXACT_NAME

        public static final String SMR_CASE_EXACT_NAME
        The name for the caseExactSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_CASE_EXACT_OID

        public static final String SMR_CASE_EXACT_OID
        The OID for the caseExactSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_CASE_EXACT_IA5_NAME

        public static final String SMR_CASE_EXACT_IA5_NAME
        The name for the caseExactIA5SubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_CASE_EXACT_IA5_OID

        public static final String SMR_CASE_EXACT_IA5_OID
        The OID for the caseExactIA5SubstringsMatch substring matching rule. // FIXME -- This needs to be updated once a real OID is assigned.
        See Also:
        Constant Field Values
      • SMR_CASE_IGNORE_NAME

        public static final String SMR_CASE_IGNORE_NAME
        The name for the caseIgnoreSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_CASE_IGNORE_OID

        public static final String SMR_CASE_IGNORE_OID
        The OID for the caseIgnoreSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_CASE_IGNORE_IA5_NAME

        public static final String SMR_CASE_IGNORE_IA5_NAME
        The name for the caseIgnoreIA5SubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_CASE_IGNORE_IA5_OID

        public static final String SMR_CASE_IGNORE_IA5_OID
        The OID for the caseIgnoreIA5SubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_CASE_IGNORE_LIST_NAME

        public static final String SMR_CASE_IGNORE_LIST_NAME
        The name for the caseIgnoreListSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_CASE_IGNORE_LIST_OID

        public static final String SMR_CASE_IGNORE_LIST_OID
        The OID for the caseIgnoreListSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_NUMERIC_STRING_NAME

        public static final String SMR_NUMERIC_STRING_NAME
        The name for the numericStringSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_NUMERIC_STRING_OID

        public static final String SMR_NUMERIC_STRING_OID
        The OID for the numericStringSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_OCTET_STRING_NAME

        public static final String SMR_OCTET_STRING_NAME
        The name for the octetStringSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_OCTET_STRING_OID

        public static final String SMR_OCTET_STRING_OID
        The OID for the octetStringSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_TELEPHONE_NAME

        public static final String SMR_TELEPHONE_NAME
        The name for the telephoneNumberSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SMR_TELEPHONE_OID

        public static final String SMR_TELEPHONE_OID
        The OID for the telephoneNumberSubstringsMatch substring matching rule.
        See Also:
        Constant Field Values
      • SYNTAX_ACI_DESCRIPTION

        public static final String SYNTAX_ACI_DESCRIPTION
        The description for aci attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_ATTRIBUTE_TYPE_DESCRIPTION

        public static final String SYNTAX_ATTRIBUTE_TYPE_DESCRIPTION
        The description for the attribute type description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_ATTRIBUTE_TYPE_NAME

        public static final String SYNTAX_ATTRIBUTE_TYPE_NAME
        The name for the attribute type description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_ATTRIBUTE_TYPE_OID

        public static final String SYNTAX_ATTRIBUTE_TYPE_OID
        The OID for the attribute type description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_AUTH_PASSWORD_DESCRIPTION

        public static final String SYNTAX_AUTH_PASSWORD_DESCRIPTION
        The description for the auth password attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_AUTH_PASSWORD_NAME

        public static final String SYNTAX_AUTH_PASSWORD_NAME
        The name for the auth password attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_AUTH_PASSWORD_OID

        public static final String SYNTAX_AUTH_PASSWORD_OID
        The OID for the auth password attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_BINARY_DESCRIPTION

        public static final String SYNTAX_BINARY_DESCRIPTION
        The description for the binary attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_BINARY_NAME

        public static final String SYNTAX_BINARY_NAME
        The name for the binary attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_BINARY_OID

        public static final String SYNTAX_BINARY_OID
        The OID for the binary attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_BIT_STRING_DESCRIPTION

        public static final String SYNTAX_BIT_STRING_DESCRIPTION
        The description for the bit string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_BIT_STRING_NAME

        public static final String SYNTAX_BIT_STRING_NAME
        The name for the bit string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_BIT_STRING_OID

        public static final String SYNTAX_BIT_STRING_OID
        The OID for the bit string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_BOOLEAN_DESCRIPTION

        public static final String SYNTAX_BOOLEAN_DESCRIPTION
        The description for the boolean attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_BOOLEAN_NAME

        public static final String SYNTAX_BOOLEAN_NAME
        The name for the boolean attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_BOOLEAN_OID

        public static final String SYNTAX_BOOLEAN_OID
        The OID for the boolean attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_BOOLEAN_CONFIG_OID

        public static final String SYNTAX_BOOLEAN_CONFIG_OID
        The OID for the boolean, config-expression enabled, attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTIFICATE_EXACT_ASSERTION_DESCRIPTION

        public static final String SYNTAX_CERTIFICATE_EXACT_ASSERTION_DESCRIPTION
        The description for the certificate exact assertion attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTIFICATE_EXACT_ASSERTION_NAME

        public static final String SYNTAX_CERTIFICATE_EXACT_ASSERTION_NAME
        The name for the certificate exact assertion attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTIFICATE_EXACT_ASSERTION_OID

        public static final String SYNTAX_CERTIFICATE_EXACT_ASSERTION_OID
        The OID for the Certificate Exact Assertion syntax used for assertion values in extensible match filters.
        See Also:
        Constant Field Values
      • SYNTAX_CERTIFICATE_DESCRIPTION

        public static final String SYNTAX_CERTIFICATE_DESCRIPTION
        The description for the certificate attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTIFICATE_NAME

        public static final String SYNTAX_CERTIFICATE_NAME
        The name for the certificate attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTIFICATE_OID

        public static final String SYNTAX_CERTIFICATE_OID
        The OID for the certificate attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTLIST_DESCRIPTION

        public static final String SYNTAX_CERTLIST_DESCRIPTION
        The description for the certificate list attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTLIST_NAME

        public static final String SYNTAX_CERTLIST_NAME
        The name for the certificate list attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTLIST_OID

        public static final String SYNTAX_CERTLIST_OID
        The OID for the certificate list attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTPAIR_DESCRIPTION

        public static final String SYNTAX_CERTPAIR_DESCRIPTION
        The description for the certificate pair attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTPAIR_NAME

        public static final String SYNTAX_CERTPAIR_NAME
        The name for the certificate pair attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_CERTPAIR_OID

        public static final String SYNTAX_CERTPAIR_OID
        The OID for the certificate pair attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_COUNTRY_STRING_DESCRIPTION

        public static final String SYNTAX_COUNTRY_STRING_DESCRIPTION
        The description for the country string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_COUNTRY_STRING_NAME

        public static final String SYNTAX_COUNTRY_STRING_NAME
        The name for the country string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_COUNTRY_STRING_OID

        public static final String SYNTAX_COUNTRY_STRING_OID
        The OID for the country string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DELIVERY_METHOD_DESCRIPTION

        public static final String SYNTAX_DELIVERY_METHOD_DESCRIPTION
        The description for the delivery method attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DELIVERY_METHOD_NAME

        public static final String SYNTAX_DELIVERY_METHOD_NAME
        The name for the delivery method attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DELIVERY_METHOD_OID

        public static final String SYNTAX_DELIVERY_METHOD_OID
        The OID for the delivery method attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DIRECTORY_STRING_DESCRIPTION

        public static final String SYNTAX_DIRECTORY_STRING_DESCRIPTION
        The description for the Directory String attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DIRECTORY_STRING_NAME

        public static final String SYNTAX_DIRECTORY_STRING_NAME
        The name for the Directory String attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DIRECTORY_STRING_OID

        public static final String SYNTAX_DIRECTORY_STRING_OID
        The OID for the Directory String attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DIT_CONTENT_RULE_DESCRIPTION

        public static final String SYNTAX_DIT_CONTENT_RULE_DESCRIPTION
        The description for the DIT content rule description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DIT_CONTENT_RULE_NAME

        public static final String SYNTAX_DIT_CONTENT_RULE_NAME
        The name for the DIT content rule description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DIT_CONTENT_RULE_OID

        public static final String SYNTAX_DIT_CONTENT_RULE_OID
        The OID for the DIT content rule description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DIT_STRUCTURE_RULE_DESCRIPTION

        public static final String SYNTAX_DIT_STRUCTURE_RULE_DESCRIPTION
        The description for the DIT structure rule description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DIT_STRUCTURE_RULE_NAME

        public static final String SYNTAX_DIT_STRUCTURE_RULE_NAME
        The name for the DIT structure rule description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DIT_STRUCTURE_RULE_OID

        public static final String SYNTAX_DIT_STRUCTURE_RULE_OID
        The OID for the DIT structure rule description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DN_DESCRIPTION

        public static final String SYNTAX_DN_DESCRIPTION
        The description for the distinguished name attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DN_NAME

        public static final String SYNTAX_DN_NAME
        The name for the distinguished name attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_DN_OID

        public static final String SYNTAX_DN_OID
        The OID for the distinguished name attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_ENHANCED_GUIDE_DESCRIPTION

        public static final String SYNTAX_ENHANCED_GUIDE_DESCRIPTION
        The description for the enhanced guide attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_ENHANCED_GUIDE_NAME

        public static final String SYNTAX_ENHANCED_GUIDE_NAME
        The name for the enhanced guide attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_ENHANCED_GUIDE_OID

        public static final String SYNTAX_ENHANCED_GUIDE_OID
        The OID for the enhanced guide attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_FAXNUMBER_DESCRIPTION

        public static final String SYNTAX_FAXNUMBER_DESCRIPTION
        The description for the facsimile telephone number attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_FAXNUMBER_NAME

        public static final String SYNTAX_FAXNUMBER_NAME
        The name for the facsimile telephone number attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_FAXNUMBER_OID

        public static final String SYNTAX_FAXNUMBER_OID
        The OID for the facsimile telephone number attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_FAX_DESCRIPTION

        public static final String SYNTAX_FAX_DESCRIPTION
        The description for the fax attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_GENERALIZED_TIME_DESCRIPTION

        public static final String SYNTAX_GENERALIZED_TIME_DESCRIPTION
        The description for the generalized time attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_GENERALIZED_TIME_NAME

        public static final String SYNTAX_GENERALIZED_TIME_NAME
        The name for the generalized time attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_GENERALIZED_TIME_OID

        public static final String SYNTAX_GENERALIZED_TIME_OID
        The OID for the generalized time attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_GUIDE_DESCRIPTION

        public static final String SYNTAX_GUIDE_DESCRIPTION
        The description for the guide attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_GUIDE_NAME

        public static final String SYNTAX_GUIDE_NAME
        The name for the guide attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_GUIDE_OID

        public static final String SYNTAX_GUIDE_OID
        The OID for the guide attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_IA5_STRING_DESCRIPTION

        public static final String SYNTAX_IA5_STRING_DESCRIPTION
        The description for the IA5 string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_IA5_STRING_NAME

        public static final String SYNTAX_IA5_STRING_NAME
        The name for the IA5 string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_IA5_STRING_OID

        public static final String SYNTAX_IA5_STRING_OID
        The OID for the IA5 string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_INTEGER_DESCRIPTION

        public static final String SYNTAX_INTEGER_DESCRIPTION
        The description for the integer attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_INTEGER_NAME

        public static final String SYNTAX_INTEGER_NAME
        The name for the integer attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_INTEGER_OID

        public static final String SYNTAX_INTEGER_OID
        The OID for the integer attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_INTEGER_CONFIG_OID

        public static final String SYNTAX_INTEGER_CONFIG_OID
        The OID for the integer, config-expression enabled, attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_JPEG_DESCRIPTION

        public static final String SYNTAX_JPEG_DESCRIPTION
        The description for the JPEG attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_JPEG_NAME

        public static final String SYNTAX_JPEG_NAME
        The name for the JPEG attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_LDAP_SYNTAX_DESCRIPTION

        public static final String SYNTAX_LDAP_SYNTAX_DESCRIPTION
        The description for the LDAP syntax description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_LDAP_SYNTAX_NAME

        public static final String SYNTAX_LDAP_SYNTAX_NAME
        The name for the LDAP syntax description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_LDAP_SYNTAX_OID

        public static final String SYNTAX_LDAP_SYNTAX_OID
        The OID for the LDAP syntax description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_MATCHING_RULE_DESCRIPTION

        public static final String SYNTAX_MATCHING_RULE_DESCRIPTION
        The description for the matching rule description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_MATCHING_RULE_NAME

        public static final String SYNTAX_MATCHING_RULE_NAME
        The name for the matching rule description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_MATCHING_RULE_OID

        public static final String SYNTAX_MATCHING_RULE_OID
        The OID for the matching rule description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_MATCHING_RULE_USE_DESCRIPTION

        public static final String SYNTAX_MATCHING_RULE_USE_DESCRIPTION
        The description for the matching rule use description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_MATCHING_RULE_USE_NAME

        public static final String SYNTAX_MATCHING_RULE_USE_NAME
        The name for the matching rule use description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_MATCHING_RULE_USE_OID

        public static final String SYNTAX_MATCHING_RULE_USE_OID
        The OID for the matching rule use description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_NAME_AND_OPTIONAL_UID_DESCRIPTION

        public static final String SYNTAX_NAME_AND_OPTIONAL_UID_DESCRIPTION
        The description for the name and optional uid attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_NAME_AND_OPTIONAL_UID_NAME

        public static final String SYNTAX_NAME_AND_OPTIONAL_UID_NAME
        The name for the name and optional uid attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_NAME_AND_OPTIONAL_UID_OID

        public static final String SYNTAX_NAME_AND_OPTIONAL_UID_OID
        The OID for the name and optional uid attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_NAME_FORM_DESCRIPTION

        public static final String SYNTAX_NAME_FORM_DESCRIPTION
        The description for the name form description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_NAME_FORM_NAME

        public static final String SYNTAX_NAME_FORM_NAME
        The name for the name form description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_NAME_FORM_OID

        public static final String SYNTAX_NAME_FORM_OID
        The OID for the name form description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_NUMERIC_STRING_DESCRIPTION

        public static final String SYNTAX_NUMERIC_STRING_DESCRIPTION
        The description for the numeric string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_NUMERIC_STRING_NAME

        public static final String SYNTAX_NUMERIC_STRING_NAME
        The name for the numeric string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_NUMERIC_STRING_OID

        public static final String SYNTAX_NUMERIC_STRING_OID
        The OID for the numeric string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OBJECTCLASS_DESCRIPTION

        public static final String SYNTAX_OBJECTCLASS_DESCRIPTION
        The description for the object class description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OBJECTCLASS_NAME

        public static final String SYNTAX_OBJECTCLASS_NAME
        The name for the object class description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OBJECTCLASS_OID

        public static final String SYNTAX_OBJECTCLASS_OID
        The OID for the object class description attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OCTET_STRING_DESCRIPTION

        public static final String SYNTAX_OCTET_STRING_DESCRIPTION
        The description for the octet string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OCTET_STRING_NAME

        public static final String SYNTAX_OCTET_STRING_NAME
        The name for the octet string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OCTET_STRING_OID

        public static final String SYNTAX_OCTET_STRING_OID
        The OID for the octet string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OID_DESCRIPTION

        public static final String SYNTAX_OID_DESCRIPTION
        The description for the object identifier attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OID_NAME

        public static final String SYNTAX_OID_NAME
        The name for the object identifier attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OID_OID

        public static final String SYNTAX_OID_OID
        The OID for the object identifier attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OTHER_MAILBOX_DESCRIPTION

        public static final String SYNTAX_OTHER_MAILBOX_DESCRIPTION
        The description for the other mailbox attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OTHER_MAILBOX_NAME

        public static final String SYNTAX_OTHER_MAILBOX_NAME
        The name for the other mailbox attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_OTHER_MAILBOX_OID

        public static final String SYNTAX_OTHER_MAILBOX_OID
        The OID for the other mailbox attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_POSTAL_ADDRESS_DESCRIPTION

        public static final String SYNTAX_POSTAL_ADDRESS_DESCRIPTION
        The description for the postal address attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_POSTAL_ADDRESS_NAME

        public static final String SYNTAX_POSTAL_ADDRESS_NAME
        The name for the postal address attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_POSTAL_ADDRESS_OID

        public static final String SYNTAX_POSTAL_ADDRESS_OID
        The OID for the postal address attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_PRESENTATION_ADDRESS_DESCRIPTION

        public static final String SYNTAX_PRESENTATION_ADDRESS_DESCRIPTION
        The description for the presentation address attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_PRESENTATION_ADDRESS_NAME

        public static final String SYNTAX_PRESENTATION_ADDRESS_NAME
        The name for the presentation address attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_PRESENTATION_ADDRESS_OID

        public static final String SYNTAX_PRESENTATION_ADDRESS_OID
        The OID for the presentation address attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_PRINTABLE_STRING_DESCRIPTION

        public static final String SYNTAX_PRINTABLE_STRING_DESCRIPTION
        The description for the printable string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_PRINTABLE_STRING_NAME

        public static final String SYNTAX_PRINTABLE_STRING_NAME
        The name for the printable string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_PRINTABLE_STRING_OID

        public static final String SYNTAX_PRINTABLE_STRING_OID
        The OID for the printable string attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_PROTOCOL_INFORMATION_DESCRIPTION

        public static final String SYNTAX_PROTOCOL_INFORMATION_DESCRIPTION
        The description for the protocol information attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_PROTOCOL_INFORMATION_NAME

        public static final String SYNTAX_PROTOCOL_INFORMATION_NAME
        The name for the protocol information attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_PROTOCOL_INFORMATION_OID

        public static final String SYNTAX_PROTOCOL_INFORMATION_OID
        The OID for the protocol information attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_SUBTREE_SPECIFICATION_OID

        public static final String SYNTAX_SUBTREE_SPECIFICATION_OID
        The OID for the subtree specification attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_SUBTREE_SPECIFICATION_DESCRIPTION

        public static final String SYNTAX_SUBTREE_SPECIFICATION_DESCRIPTION
        The description for the subtree specification attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_SUBTREE_SPECIFICATION_NAME

        public static final String SYNTAX_SUBTREE_SPECIFICATION_NAME
        The name for the subtree specification attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_OID

        public static final String SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_OID
        The OID for the relative subtree specification attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_DESCRIPTION

        public static final String SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_DESCRIPTION
        The description for the relative subtree specification attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_NAME

        public static final String SYNTAX_RELATIVE_SUBTREE_SPECIFICATION_NAME
        The name for the relative subtree specification attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_SUBSTRING_ASSERTION_DESCRIPTION

        public static final String SYNTAX_SUBSTRING_ASSERTION_DESCRIPTION
        The description for the substring assertion attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_SUBSTRING_ASSERTION_NAME

        public static final String SYNTAX_SUBSTRING_ASSERTION_NAME
        The name for the substring assertion attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_SUBSTRING_ASSERTION_OID

        public static final String SYNTAX_SUBSTRING_ASSERTION_OID
        The OID for the Substring Assertion syntax used for assertion values in extensible match filters.
        See Also:
        Constant Field Values
      • SYNTAX_SUPPORTED_ALGORITHM_DESCRIPTION

        public static final String SYNTAX_SUPPORTED_ALGORITHM_DESCRIPTION
        The description for the supported algorithm attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_SUPPORTED_ALGORITHM_NAME

        public static final String SYNTAX_SUPPORTED_ALGORITHM_NAME
        The name for the supported algorithm attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_SUPPORTED_ALGORITHM_OID

        public static final String SYNTAX_SUPPORTED_ALGORITHM_OID
        The OID for the Substring Assertion syntax used for assertion values in extensible match filters.
        See Also:
        Constant Field Values
      • SYNTAX_TELEPHONE_DESCRIPTION

        public static final String SYNTAX_TELEPHONE_DESCRIPTION
        The description for the telephone number attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_TELEPHONE_NAME

        public static final String SYNTAX_TELEPHONE_NAME
        The name for the telephone number attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_TELEPHONE_OID

        public static final String SYNTAX_TELEPHONE_OID
        The OID for the telephone number attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_TELETEX_TERM_ID_DESCRIPTION

        public static final String SYNTAX_TELETEX_TERM_ID_DESCRIPTION
        The description for the teletex terminal identifier attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_TELETEX_TERM_ID_NAME

        public static final String SYNTAX_TELETEX_TERM_ID_NAME
        The name for the teletex terminal identifier attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_TELETEX_TERM_ID_OID

        public static final String SYNTAX_TELETEX_TERM_ID_OID
        The OID for the teletex terminal identifier attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_TELEX_DESCRIPTION

        public static final String SYNTAX_TELEX_DESCRIPTION
        The description for the telex number attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_TELEX_NAME

        public static final String SYNTAX_TELEX_NAME
        The name for the telex number attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_TELEX_OID

        public static final String SYNTAX_TELEX_OID
        The OID for the telex number attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_USER_PASSWORD_DESCRIPTION

        public static final String SYNTAX_USER_PASSWORD_DESCRIPTION
        The description for the user password attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_USER_PASSWORD_NAME

        public static final String SYNTAX_USER_PASSWORD_NAME
        The name for the user password attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_USER_PASSWORD_OID

        public static final String SYNTAX_USER_PASSWORD_OID
        The OID for the user password attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_UTC_TIME_DESCRIPTION

        public static final String SYNTAX_UTC_TIME_DESCRIPTION
        The description for the UTC time attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_UTC_TIME_NAME

        public static final String SYNTAX_UTC_TIME_NAME
        The name for the UTC time attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_UTC_TIME_OID

        public static final String SYNTAX_UTC_TIME_OID
        The OID for the UTC time attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_UUID_DESCRIPTION

        public static final String SYNTAX_UUID_DESCRIPTION
        The description for the UUID attribute syntax.
        See Also:
        Constant Field Values
      • SYNTAX_UUID_NAME

        public static final String SYNTAX_UUID_NAME
        The name for the UUID attribute syntax.
        See Also:
        Constant Field Values
      • TOP_OBJECTCLASS_DESCRIPTION

        public static final String TOP_OBJECTCLASS_DESCRIPTION
        The description for the "top" objectclass.
        See Also:
        Constant Field Values
      • TOP_OBJECTCLASS_NAME

        public static final String TOP_OBJECTCLASS_NAME
        The name of the "top" objectclass.
        See Also:
        Constant Field Values
      • TOP_OBJECTCLASS_OID

        public static final String TOP_OBJECTCLASS_OID
        The OID for the "top" objectclass.
        See Also:
        Constant Field Values
      • EXT_OMR_RELATIVE_TIME_GT_NAME

        public static final String EXT_OMR_RELATIVE_TIME_GT_NAME
        The name for the relative time greater-than extensible ordering matching rule.
        See Also:
        Constant Field Values
      • EXT_OMR_RELATIVE_TIME_GT_ALT_NAME

        public static final String EXT_OMR_RELATIVE_TIME_GT_ALT_NAME
        The alternative name for the relative time greater-than extensible ordering matching rule.
        See Also:
        Constant Field Values
      • EXT_OMR_RELATIVE_TIME_GT_OID

        public static final String EXT_OMR_RELATIVE_TIME_GT_OID
        The OID for the relative time greater-than extensible ordering matching rule.
        See Also:
        Constant Field Values
      • EXT_OMR_RELATIVE_TIME_LT_NAME

        public static final String EXT_OMR_RELATIVE_TIME_LT_NAME
        The name for the relative time less-than extensible ordering matching rule.
        See Also:
        Constant Field Values
      • EXT_OMR_RELATIVE_TIME_LT_ALT_NAME

        public static final String EXT_OMR_RELATIVE_TIME_LT_ALT_NAME
        The alternative name for the relative time less-than extensible ordering matching rule.
        See Also:
        Constant Field Values
      • EXT_OMR_RELATIVE_TIME_LT_OID

        public static final String EXT_OMR_RELATIVE_TIME_LT_OID
        The OID for the relative time less-than extensible ordering matching rule.
        See Also:
        Constant Field Values
      • EXT_PARTIAL_DATE_TIME_OID

        public static final String EXT_PARTIAL_DATE_TIME_OID
        The OID for the partial date and time extensible matching rule.
        See Also:
        Constant Field Values
      • EXT_PARTIAL_DATE_TIME_NAME

        public static final String EXT_PARTIAL_DATE_TIME_NAME
        The name for the partial date and time extensible rule.
        See Also:
        Constant Field Values
      • PARTIAL_DATE_TIME_INDEX_NAME

        public static final String PARTIAL_DATE_TIME_INDEX_NAME
        The preferred index name for partial date and time matching rule.
        See Also:
        Constant Field Values
      • RELATIVE_TIME_INDEX_NAME

        public static final String RELATIVE_TIME_INDEX_NAME
        The preferred index name for partial date and time matching rule.
        See Also:
        Constant Field Values