Searched defs:defaultConfig (Results 1 - 11 of 11) 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/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-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/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);
/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/ ...

Completed in 150 milliseconds