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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java198 entries = getRoleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
530 private AppConfigurationEntry[] getRoleBasedConfig(String orgDN, String roleUniversalId, String name, method in class:AMConfiguration
566 "getRoleBasedConfig " + orgDN + "|" + roleUniversalId, e);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java179 entries = getRoleBasedConfig(type.getOrganization(), type.getIndexName(), name, amAM);
511 private AppConfigurationEntry[] getRoleBasedConfig(String orgDN, String roleUniversalId, String name, method in class:AMConfiguration
547 "getRoleBasedConfig " + orgDN + "|" + roleUniversalId, e);

Completed in 30 milliseconds