Searched defs:defaultToAppType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplication.java473 * @param defaultToAppType if <code>true</code>, will return this Application's ApplicationType
477 public ResourceName getResourceComparator(boolean defaultToAppType) { argument
479 if (defaultToAppType) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplication.java453 * @param defaultToAppType if <code>true</code>, will return this Application's ApplicationType
457 public ResourceName getResourceComparator(boolean defaultToAppType) { argument
459 if (defaultToAppType) {

Completed in 28 milliseconds