Searched refs:rootsuffix (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DInitializeSystem.java53 private String rootsuffix; field in class:InitializeSystem
89 rootsuffix = bData.getBaseDN();
104 return rootsuffix;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DInitializeSystem.java53 private String rootsuffix; field in class:InitializeSystem
89 rootsuffix = bData.getBaseDN();
104 return rootsuffix;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java329 String rootsuffix = toString("rootsuffix");
331 if ((rootsuffix != null) && rootsuffix.length() > 0) {
332 if (LDAPUtils.isDN(rootsuffix)) {
334 SessionAttributeNames.USER_STORE_ROOT_SUFFIX, rootsuffix);
H A DStep3.java186 String rootsuffix = toString("rootSuffix");
187 if ((rootsuffix == null) || (rootsuffix.trim().length() == 0)) {
190 if (!LDAPUtils.isDN(rootsuffix)) {
195 SessionAttributeNames.CONFIG_STORE_ROOT_SUFFIX, rootsuffix);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep4.java329 String rootsuffix = toString("rootsuffix");
331 if ((rootsuffix != null) && rootsuffix.length() > 0) {
332 if (LDAPUtils.isDN(rootsuffix)) {
334 SessionAttributeNames.USER_STORE_ROOT_SUFFIX, rootsuffix);
H A DStep3.java187 String rootsuffix = toString("rootSuffix");
188 if ((rootsuffix == null) || (rootsuffix.trim().length() == 0)) {
191 if (!LDAPUtils.isDN(rootsuffix)) {
196 SessionAttributeNames.CONFIG_STORE_ROOT_SUFFIX, rootsuffix);

Completed in 58 milliseconds