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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPrivilegeUtils.java152 Set<ResourceAttribute> resourceAttributesSet =
158 eCondition, resourceAttributesSet, policy));
164 eCondition, resourceAttributesSet, policy));
176 Set<ResourceAttribute> resourceAttributesSet,
184 privilege.setResourceAttributes(resourceAttributesSet);
677 Set<ResourceAttribute> resourceAttributesSet = new HashSet<ResourceAttribute>();
685 resourceAttributesSet.addAll(nrpsToResourceAttributes(
688 resourceAttributesSet.addAll(mapGenericResponseProvider(nrpName, rp));
692 return resourceAttributesSet;
170 createPrivilege( String name, String policyName, Entitlement e, EntitlementSubject eSubject, EntitlementCondition eCondition, Set<ResourceAttribute> resourceAttributesSet, Policy policy ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPrivilegeUtils.java154 Set<ResourceAttribute> resourceAttributesSet =
160 eCondition, resourceAttributesSet, policy));
166 eCondition, resourceAttributesSet, policy));
178 Set<ResourceAttribute> resourceAttributesSet,
186 privilege.setResourceAttributes(resourceAttributesSet);
693 Set<ResourceAttribute> resourceAttributesSet = new HashSet<ResourceAttribute>();
701 resourceAttributesSet.addAll(nrpsToResourceAttributes(
704 resourceAttributesSet.addAll(mapGenericResponseProvider(nrpName, rp));
708 return resourceAttributesSet;
172 createPrivilege( String name, String policyName, Entitlement e, EntitlementSubject eSubject, EntitlementCondition eCondition, Set<ResourceAttribute> resourceAttributesSet, Policy policy ) argument

Completed in 24 milliseconds