Searched refs:defConfig (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java86 private Configuration defConfig = null; field in class:AMConfiguration
94 this.defConfig = config;
218 if (defConfig != null) {
219 entries = defConfig.getAppConfigurationEntry(name);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java87 private Configuration defConfig = null; field in class:AMConfiguration
95 this.defConfig = config;
199 if (defConfig != null) {
200 entries = defConfig.getAppConfigurationEntry(name);

Completed in 29 milliseconds