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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyResourceDelegate.java81 final List<String> policyIds = new ArrayList<String>();
90 policyIds.add(result.getId());
100 }, new UmaPolicyCreateFailureHandler(context, policyIds));
171 * @param policyIds The list of ids of the underlying backend policies to delete.
176 Collection<String> policyIds) {
178 for (String policyId : policyIds) {
195 private final List<String> policyIds; field in class:PolicyResourceDelegate.UmaPolicyCreateFailureHandler
197 private UmaPolicyCreateFailureHandler(Context context, List<String> policyIds) { argument
199 this.policyIds = policyIds;
175 deletePolicies(Context context, Collection<String> policyIds) argument
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DPolicyResourceDelegate.java81 final List<String> policyIds = new ArrayList<String>();
90 policyIds.add(result.getId());
100 }, new UmaPolicyCreateFailureHandler(context, policyIds));
171 * @param policyIds The list of ids of the underlying backend policies to delete.
176 Collection<String> policyIds) {
178 for (String policyId : policyIds) {
195 private final List<String> policyIds; field in class:PolicyResourceDelegate.UmaPolicyCreateFailureHandler
197 private UmaPolicyCreateFailureHandler(Context context, List<String> policyIds) { argument
199 this.policyIds = policyIds;
175 deletePolicies(Context context, Collection<String> policyIds) argument
[all...]

Completed in 55 milliseconds