Searched refs:GLOBAL_CONFIG_NODE (Results 1 - 6 of 6) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceConfigManagerImpl.java | 147 String dn = CreateServiceConfig.GLOBAL_CONFIG_NODE + 203 CreateServiceConfig.GLOBAL_CONFIG_NODE, null); 320 CreateServiceConfig.GLOBAL_CONFIG_NODE.toLowerCase() + sdn + 361 String dn = CreateServiceConfig.GLOBAL_CONFIG_NODE +
|
H A D | ServiceConfigManager.java | 306 CreateServiceConfig.GLOBAL_CONFIG_NODE, null); 443 CreateServiceConfig.GLOBAL_CONFIG_NODE, null);
|
H A D | CreateServiceConfig.java | 56 static final String GLOBAL_CONFIG_NODE = "ou=GlobalConfig,"; field in class:CreateServiceConfig 162 GLOBAL_CONFIG_NODE).append(baseDN); 404 checkAndCreateOrgUnitNode(t, GLOBAL_CONFIG_NODE + baseDN);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | ServiceConfigManagerImpl.java | 147 String dn = CreateServiceConfig.GLOBAL_CONFIG_NODE + 203 CreateServiceConfig.GLOBAL_CONFIG_NODE, null); 320 CreateServiceConfig.GLOBAL_CONFIG_NODE.toLowerCase() + sdn + 361 String dn = CreateServiceConfig.GLOBAL_CONFIG_NODE +
|
H A D | ServiceConfigManager.java | 306 CreateServiceConfig.GLOBAL_CONFIG_NODE, null); 443 CreateServiceConfig.GLOBAL_CONFIG_NODE, null);
|
H A D | CreateServiceConfig.java | 56 static final String GLOBAL_CONFIG_NODE = "ou=GlobalConfig,"; field in class:CreateServiceConfig 162 GLOBAL_CONFIG_NODE).append(baseDN); 404 checkAndCreateOrgUnitNode(t, GLOBAL_CONFIG_NODE + baseDN);
|
Completed in 91 milliseconds