| | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "member" attribute type, formatted in all ' |
| | | * lowercase characters. |
| | | */ |
| | | public static final String ATTR_MEMBER = "member"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the monitor attribute that is used to hold a backend ID. |
| | | */ |
| | | public static final String ATTR_MONITOR_BACKEND_ID = "ds-backend-id"; |
| | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "uniqueMember" attribute type, formatted in |
| | | * camelCase. |
| | | */ |
| | | public static final String ATTR_UNIQUE_MEMBER = "uniqueMember"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "uniqueMember" attribute type, formatted in all |
| | | * lowercase characters. |
| | | */ |
| | | public static final String ATTR_UNIQUE_MEMBER_LC = "uniquemember"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the attribute that is used to specify the length of time that |
| | | * the server has been online, formatted in camel case. |
| | | */ |
| | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "groupOfNames" object class, formatted in |
| | | * camelCase. |
| | | */ |
| | | public static final String OC_GROUP_OF_NAMES = "groupOfNames"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "groupOfNames" object class, formatted in all |
| | | * lowercase characters. |
| | | */ |
| | | public static final String OC_GROUP_OF_NAMES_LC = "groupofnames"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "groupOfUniqueNames" object class, formatted in |
| | | * camelCase. |
| | | */ |
| | | public static final String OC_GROUP_OF_UNIQUE_NAMES = "groupOfUniqueNames"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "groupOfUniqueNames" object class, formatted in |
| | | * all lowercase characters. |
| | | */ |
| | | public static final String OC_GROUP_OF_UNIQUE_NAMES_LC = "groupofuniquenames"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The request OID for the cancel extended operation. |
| | | */ |
| | | public static final String OID_CANCEL_REQUEST = "1.3.6.1.1.8"; |
| | |
| | | |
| | | |
| | | /** |
| | | * The OID for the control that will be included in modifications used to |
| | | * alter group membership. |
| | | */ |
| | | public static final String OID_INTERNAL_GROUP_MEMBERSHIP_UPDATE = |
| | | "1.3.6.1.4.1.26027.1.5.1"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The OID to include in the supportedFeatures list of the Directory Server |
| | | * to indicate that it supports requesting attributes by objectclass. |
| | | */ |