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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java209 entries = getModuleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
582 private AppConfigurationEntry[] getModuleBasedConfig(String orgDN, String module, String name, method in class:AMConfiguration
612 debug.error("getModuleBasedConfig " + orgDN + "|" + module, e);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java190 entries = getModuleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
563 private AppConfigurationEntry[] getModuleBasedConfig(String orgDN, String module, String name, method in class:AMConfiguration
593 debug.error("getModuleBasedConfig " + orgDN + "|" + module, e);

Completed in 26 milliseconds