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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlement.java25 * $Id: Entitlement.java,v 1.7 2010/01/25 23:48:14 veiming Exp $
59 * new Entitlement("http://www.sun.com/example", set),
65 * List<Entitlement> entitlements = evaluator.getEntitlements(
67 * for (Entitlement e : entitlements) {
74 public class Entitlement { class
88 public Entitlement() { method in class:Entitlement
91 public Entitlement(JSONObject jo) throws JSONException { method in class:Entitlement
106 public Entitlement(Set<String> resourceNames, Set<String> actionNames) { method in class:Entitlement
117 public Entitlement(String resourceName, Set<String> actionNames) { method in class:Entitlement
129 public Entitlement(Strin method in class:Entitlement
141 public Entitlement(String resourceName, Map<String, Boolean> actionValues) { method in class:Entitlement
153 public Entitlement(String applicationName, String resourceName, Map<String, Boolean> actionValues) { method in class:Entitlement
166 public Entitlement(String applicationName, Set<String> resourceNames, Map<String, Boolean> actionValues) { method in class:Entitlement
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlement.java25 * $Id: Entitlement.java,v 1.7 2010/01/25 23:48:14 veiming Exp $
60 * new Entitlement("http://www.sun.com/example", set),
66 * List&lt;Entitlement> entitlements = evaluator.getEntitlements(
68 * for (Entitlement e : entitlements) {
75 public class Entitlement { class
89 public Entitlement() { method in class:Entitlement
92 public Entitlement(JSONObject jo) throws JSONException { method in class:Entitlement
107 public Entitlement(Set<String> resourceNames, Set<String> actionNames) { method in class:Entitlement
118 public Entitlement(String resourceName, Set<String> actionNames) { method in class:Entitlement
130 public Entitlement(Strin method in class:Entitlement
142 public Entitlement(String resourceName, Map<String, Boolean> actionValues) { method in class:Entitlement
154 public Entitlement(String applicationName, String resourceName, Map<String, Boolean> actionValues) { method in class:Entitlement
167 public Entitlement(String applicationName, Set<String> resourceNames, Map<String, Boolean> actionValues) { method in class:Entitlement
[all...]

Completed in 39 milliseconds