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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationPrivilege.java44 private Map<String, Set<String>> applicationResources = field in class:ApplicationPrivilege
200 return applicationResources.keySet();
204 return applicationResources.get(applicationName);
214 Set<String> res = applicationResources.get(applicationName);
217 applicationResources.put(applicationName, res);
223 applicationResources = map;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationPrivilege.java44 private Map<String, Set<String>> applicationResources = field in class:ApplicationPrivilege
200 return applicationResources.keySet();
204 return applicationResources.get(applicationName);
214 Set<String> res = applicationResources.get(applicationName);
217 applicationResources.put(applicationName, res);
223 applicationResources = map;

Completed in 22 milliseconds