Searched defs:defaultRootSuffix (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DLDAPConfig.java38 private final DN defaultRootSuffix; field in class:LDAPConfig
44 defaultRootSuffix = setDefaultTokenDNPrefix(DN.valueOf(rootSuffix));
64 return defaultRootSuffix;
97 return defaultRootSuffix;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/impl/
H A DLDAPConfig.java38 private final DN defaultRootSuffix; field in class:LDAPConfig
44 defaultRootSuffix = setDefaultTokenDNPrefix(DN.valueOf(rootSuffix));
64 return defaultRootSuffix;
97 return defaultRootSuffix;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DWizard.java64 public static String defaultRootSuffix = DEFAULT_ROOT_SUFFIX; field in class:Wizard
170 tmp = getAttribute("rootSuffix", defaultRootSuffix);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DWizard.java66 public static String defaultRootSuffix = DEFAULT_ROOT_SUFFIX; field in class:Wizard
172 tmp = getAttribute("rootSuffix", defaultRootSuffix);

Completed in 47 milliseconds