public final class ServerDNConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADMIN_SYSTEM_DN
the default user principal or DN
|
static java.lang.String |
ADMIN_SYSTEM_DN_NORMALIZED
the normalized user principal or DN
|
static java.lang.String |
ADMINISTRATORS_GROUP_DN
The administrators group DN
|
static java.lang.String |
CN_SCHEMA_DN
the DN for the global schema subentry
|
static java.lang.String |
CN_SCHEMA_DN_NORMALIZED
The DN for the gloval schema subentry normalized
|
static java.lang.String |
CONFIG_DN
the config partition's dn
|
static java.lang.String |
DEFAULT_DS_CONFIG_DN
the default DirectoryService DN
|
static java.lang.String |
GROUPS_SYSTEM_DN
the base dn under which all groups reside
|
static java.lang.String |
LDIF_FILES_DN
The ldifDile base which stores the name of the loaded ldif files
|
static java.lang.String |
REPL_CONSUMER_CONFIG_DN
the replication consumer configuration DN
|
static java.lang.String |
REPL_CONSUMER_DN_STR
The replication consumer container DN
|
static java.lang.String |
SYSPREFROOT_SYSTEM_DN
the dn base of the system preference hierarchy
|
static java.lang.String |
SYSTEM_DN
The system DN
|
static java.lang.String |
USER_EXAMPLE_COM_DN
The default change password base DN.
|
static java.lang.String |
USERS_SYSTEM_DN
the base dn under which all users reside
|
| Modifier | Constructor and Description |
|---|---|
private |
ServerDNConstants()
Ensures no construction of this class, also ensures there is no need for final keyword above
(Implicit super constructor is not visible for default constructor),
but is still self documenting.
|
public static final java.lang.String ADMINISTRATORS_GROUP_DN
public static final java.lang.String SYSTEM_DN
public static final java.lang.String ADMIN_SYSTEM_DN
public static final java.lang.String ADMIN_SYSTEM_DN_NORMALIZED
public static final java.lang.String CN_SCHEMA_DN
public static final java.lang.String CN_SCHEMA_DN_NORMALIZED
public static final java.lang.String USERS_SYSTEM_DN
public static final java.lang.String USER_EXAMPLE_COM_DN
public static final java.lang.String GROUPS_SYSTEM_DN
public static final java.lang.String SYSPREFROOT_SYSTEM_DN
public static final java.lang.String LDIF_FILES_DN
public static final java.lang.String CONFIG_DN
public static final java.lang.String REPL_CONSUMER_DN_STR
public static final java.lang.String DEFAULT_DS_CONFIG_DN
public static final java.lang.String REPL_CONSUMER_CONFIG_DN