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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceInstanceImpl.java231 // String dn = "ou=" + iName + "," + CreateServiceConfig.INSTANCES_NODE
257 CreateServiceConfig.INSTANCES_NODE).append("ou=").append(version)
H A DCreateServiceConfig.java62 static final String INSTANCES_NODE = "ou=Instances,"; field in class:CreateServiceConfig
115 sb.append("ou=").append(insName).append(",").append(INSTANCES_NODE)
407 checkAndCreateOrgUnitNode(t, INSTANCES_NODE + baseDN);
H A DServiceConfigManagerImpl.java135 String dn = CreateServiceConfig.INSTANCES_NODE +
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceInstanceImpl.java231 // String dn = "ou=" + iName + "," + CreateServiceConfig.INSTANCES_NODE
257 CreateServiceConfig.INSTANCES_NODE).append("ou=").append(version)
H A DCreateServiceConfig.java62 static final String INSTANCES_NODE = "ou=Instances,"; field in class:CreateServiceConfig
115 sb.append("ou=").append(insName).append(",").append(INSTANCES_NODE)
407 checkAndCreateOrgUnitNode(t, INSTANCES_NODE + baseDN);
H A DServiceConfigManagerImpl.java135 String dn = CreateServiceConfig.INSTANCES_NODE +

Completed in 27 milliseconds