| | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard attribute that is used to hold country names, |
| | | * formatted in all lowercase. |
| | | */ |
| | | public static final String ATTR_C = "c"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard attribute that is used to hold common names, |
| | | * formatted in all lowercase. |
| | | */ |
| | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard attribute that is used to hold domain component |
| | | * names, formatted in all lowercase. |
| | | */ |
| | | public static final String ATTR_DC = "dc"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the attribute that is used to specify the maximum number of |
| | | * connections established at any time since startup, formatted in camel case. |
| | | */ |
| | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard attribute that is used to hold organization names, |
| | | * formatted in all lowercase. |
| | | */ |
| | | public static final String ATTR_O = "o"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard attribute that is used to hold organizational unit |
| | | * names, formatted in all lowercase. |
| | | */ |
| | | public static final String ATTR_OU = "ou"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard attribute that is used to specify the name of the |
| | | * Directory Server product, formatted in camel case. |
| | | */ |
| | |
| | | public static final String OC_ALIAS = "alias"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard objectclass, formatted in all lowercase, that is |
| | | * used to indicate that an entry describes a country. |
| | | */ |
| | | public static final String OC_COUNTRY = "country"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard objectclass, formatted in all lowercase, that is |
| | | * used to indicate that an entry describes a domain. |
| | | */ |
| | | public static final String OC_DOMAIN = "domain"; |
| | | |
| | | |
| | | /** |
| | | * The name of the standard objectclass that is used to allow any attribute |
| | | * type to be present in an entry, formatted in camel case. |
| | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard objectclass, formatted in all lowercase, that is |
| | | * used to indicate that an entry describes an organization. |
| | | */ |
| | | public static final String OC_ORGANIZATION = "organization"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard objectclass that is used to indicate that an |
| | | * entry describes an organizational unit. |
| | | */ |
| | | public static final String OC_ORGANIZATIONAL_UNIT = "organizationalUnit"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the organizationalUnit objectclass formatted in all lowercase |
| | | * characters. |
| | | */ |
| | | public static final String OC_ORGANIZATIONAL_UNIT_LC = "organizationalunit"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard objectclass that is used to indicate that an entry |
| | | * is a smart referral, formatted in all lowercase. |
| | | */ |