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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPrivilegeUtils.java270 return nrpsToResourceAttributes(nrps);
676 private static Set<ResourceAttribute> nrpsToResourceAttributes(Set nrps) throws EntitlementException { method in class:PrivilegeUtils
685 resourceAttributesSet.addAll(nrpsToResourceAttributes(
695 private static Set<ResourceAttribute> nrpsToResourceAttributes( method in class:PrivilegeUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DPrivilegeUtils.java272 return nrpsToResourceAttributes(nrps);
692 private static Set<ResourceAttribute> nrpsToResourceAttributes(Set nrps) throws EntitlementException { method in class:PrivilegeUtils
701 resourceAttributesSet.addAll(nrpsToResourceAttributes(
711 private static Set<ResourceAttribute> nrpsToResourceAttributes( method in class:PrivilegeUtils

Completed in 24 milliseconds