Searched defs:ORG_CONFIG_NODE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DCreateServiceConfig.java58 static final String ORG_CONFIG_NODE = "ou=OrganizationConfig,"; field in class:CreateServiceConfig
195 ORG_CONFIG_NODE).append("ou=").append(version).append(
397 checkAndCreateOrgUnitNode(token, ORG_CONFIG_NODE + dn);
405 checkAndCreateOrgUnitNode(t, ORG_CONFIG_NODE + baseDN);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DCreateServiceConfig.java58 static final String ORG_CONFIG_NODE = "ou=OrganizationConfig,"; field in class:CreateServiceConfig
195 ORG_CONFIG_NODE).append("ou=").append(version).append(
397 checkAndCreateOrgUnitNode(token, ORG_CONFIG_NODE + dn);
405 checkAndCreateOrgUnitNode(t, ORG_CONFIG_NODE + baseDN);

Completed in 21 milliseconds