| | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "member" attribute type, formatted in all ' |
| | | * The name of the standard "member" attribute type, formatted in all |
| | | * lowercase characters. |
| | | */ |
| | | public static final String ATTR_MEMBER = "member"; |
| | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "memberURL" attribute type, formatted in camel |
| | | * case. |
| | | */ |
| | | public static final String ATTR_MEMBER_URL = "memberURL"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "memberURL" attribute type, formatted in all |
| | | * lowercase characters. |
| | | */ |
| | | public static final String ATTR_MEMBER_URL_LC = "memberurl"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 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 "groupOfURLs" object class, formatted in camel |
| | | * case. |
| | | */ |
| | | public static final String OC_GROUP_OF_URLS = "groupOfURLs"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The name of the standard "groupOfURLs" object class, formatted in all |
| | | * lowercase characters. |
| | | */ |
| | | public static final String OC_GROUP_OF_URLS_LC = "groupofurls"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The request OID for the cancel extended operation. |
| | | */ |
| | | public static final String OID_CANCEL_REQUEST = "1.3.6.1.1.8"; |