Searched defs:defaultConfig (Results 1 - 14 of 14) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DConfigurableEnvironment.java426 public static EnvironmentConfig defaultConfig() method in class:ConfigurableEnvironment
496 EnvironmentConfig envConfig = defaultConfig();
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DConfigurableEnvironment.java433 public static EnvironmentConfig defaultConfig() method in class:ConfigurableEnvironment
509 EnvironmentConfig envConfig = defaultConfig();
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DConfigurableEnvironment.java433 public static EnvironmentConfig defaultConfig() method in class:ConfigurableEnvironment
509 EnvironmentConfig envConfig = defaultConfig();
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DConfigurableEnvironment.java426 public static EnvironmentConfig defaultConfig() method in class:ConfigurableEnvironment
496 EnvironmentConfig envConfig = defaultConfig();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DConfigurableEnvironment.java433 public static EnvironmentConfig defaultConfig() method in class:ConfigurableEnvironment
509 EnvironmentConfig envConfig = defaultConfig();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java137 private static Configuration defaultConfig = null; field in class:AMLoginContext
157 defaultConfig = Configuration.getConfiguration();
161 AMConfiguration ISConfig = new AMConfiguration(defaultConfig);
181 Configuration.setConfiguration(defaultConfig);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/
H A DConfigurableEnvironment.java372 public static EnvironmentConfig defaultConfig() method in class:ConfigurableEnvironment
426 EnvironmentConfig envConfig = defaultConfig();
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java147 private static Configuration defaultConfig = null; field in class:AMLoginContext
167 defaultConfig = Configuration.getConfiguration();
171 AMConfiguration ISConfig = new AMConfiguration(defaultConfig);
210 Configuration.setConfiguration(defaultConfig);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java693 ServiceConfig defaultConfig = serverConfigs.getSubConfig(SERVER_DEFAULT_NAME);
694 ServiceConfig serverConfig = isServerDefault ? defaultConfig : serverConfigs.getSubConfig(serverUrl);
703 addDefaultAttributes(result, defaultConfig);
707 addServerAttributes(result, defaultConfig, serverConfig, token, serverUrl);
759 private void addDefaultAttributes(JsonValue result, ServiceConfig defaultConfig) argument
762 Properties defaultAttributes = getAttributes(defaultConfig);
763 List<String> attributeNamesForTab = getAttributeNamesForTab(defaultConfig);
777 private void addServerAttributes(JsonValue result, ServiceConfig defaultConfig, ServiceConfig serverConfig, argument
780 Properties defaultAttributes = getAttributes(defaultConfig);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/
H A DContextConfig.java666 protected void defaultConfig() throws LifecycleException { method in class:ContextConfig
1087 defaultConfig();
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DWebModuleContextConfig.java434 protected void defaultConfig() { method in class:WebModuleContextConfig
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DDefaultConfigUpgrade.java97 Config defaultConfig = configs.getConfigByName(DEFAULT_CONFIG);
98 if (defaultConfig != null) {
130 defaultConfig = configs.getConfigByName(DEFAULT_CONFIG);
134 createDefaultConfigAttr(defaultConfig);
136 createHttpServiceConfig(defaultConfig);
138 createIiopServiceConfig(defaultConfig);
140 createAdminServiceConfig(defaultConfig);
142 createWebContainerConfig(defaultConfig);
144 createEjbContainerConfig(defaultConfig);
146 createJmsServiceConfig(defaultConfig);
218 createDefaultConfigAttr(Config defaultConfig) argument
230 createHttpServiceConfig(Config defaultConfig) argument
241 createIiopServiceConfig(Config defaultConfig) argument
252 createAdminServiceConfig(Config defaultConfig) argument
263 createWebContainerConfig(Config defaultConfig) argument
275 createEjbContainerConfig(Config defaultConfig) argument
286 createJmsServiceConfig(Config defaultConfig) argument
297 createLogServiceConfig(Config defaultConfig) argument
308 createSecurityServiceConfig(Config defaultConfig) argument
327 createTransactionServiceConfig(Config defaultConfig) argument
338 createDiagnosticServiceConfig(Config defaultConfig) argument
349 createJavaConfig(Config defaultConfig) argument
360 createAvailabilityService(Config defaultConfig) argument
371 createNetworkConfig(Config defaultConfig) argument
382 createThreadPools(Config defaultConfig) argument
393 createManagementRules(Config defaultConfig) argument
397 createSystemProperties(Config defaultConfig) argument
2089 createSystemProperty(Config defaultConfig) argument
[all...]

Completed in 83 milliseconds