Searched defs:entitlements (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyParser.java33 * Parses the given JSON policy representation into an entitlements policy (privilege).
43 * Converts an entitlements policy back to the JSON serialisation representation.
62 * @param entitlements
70 JsonValue printEntitlements(final List<Entitlement> entitlements) throws EntitlementException; argument
H A DJsonPolicyParser.java46 * Parses entitlements policies ("privileges") to/from JSON representations.
58 * for various entitlements classes.
114 public JsonValue printEntitlements(final List<Entitlement> entitlements) throws EntitlementException { argument
115 final List<JsonDecision> jsonDecisions = CollectionUtils.transformList(entitlements, ENTITLEMENT_TO_DECISION);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyParser.java33 * Parses the given JSON policy representation into an entitlements policy (privilege).
43 * Converts an entitlements policy back to the JSON serialisation representation.
62 * @param entitlements
70 JsonValue printEntitlements(final List<Entitlement> entitlements) throws EntitlementException; argument
H A DJsonPolicyParser.java46 * Parses entitlements policies ("privileges") to/from JSON representations.
58 * for various entitlements classes.
114 public JsonValue printEntitlements(final List<Entitlement> entitlements) throws EntitlementException { argument
115 final List<JsonDecision> jsonDecisions = CollectionUtils.transformList(entitlements, ENTITLEMENT_TO_DECISION);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementCombiner.java104 * Adds a set of entitlements to the overall entitlement decision. These
105 * entitlements will be combined with existing decision.
107 * @param entitlements Set of entitlements.
109 public void add(List<Entitlement> entitlements) { argument
111 for (Entitlement e : entitlements) {
120 for (Entitlement e : entitlements) {
164 * entitlements; if a particular action value is contained in both entitlements, then the two values are combined
209 * Sets the advices of the first entitlement to be the union of all advices from the first and second entitlements
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementCombiner.java105 * Adds a set of entitlements to the overall entitlement decision. These
106 * entitlements will be combined with existing decision.
108 * @param entitlements Set of entitlements.
110 public void add(List<Entitlement> entitlements) { argument
112 for (Entitlement e : entitlements) {
121 for (Entitlement e : entitlements) {
165 * entitlements; if a particular action value is contained in both entitlements, then the two values are combined
210 * Sets the advices of the first entitlement to be the union of all advices from the first and second entitlements
[all...]

Completed in 73 milliseconds