Searched refs:contentList (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java974 List<Object> contentList = attributeValue.getContent();
975 if ((contentList != null) && !contentList.isEmpty()) {
977 Object obj = contentList.get(0);
996 List<Object> contentList = attributeValue.getContent();
997 if ((contentList != null) && !contentList.isEmpty()) {
999 Object obj = contentList.get(0);
1021 List<Object> contentList = attributeValue.getContent();
1022 if ((contentList !
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java1004 List<Object> contentList = attributeValue.getContent();
1005 if ((contentList != null) && !contentList.isEmpty()) {
1007 Object obj = contentList.get(0);
1026 List<Object> contentList = attributeValue.getContent();
1027 if ((contentList != null) && !contentList.isEmpty()) {
1029 Object obj = contentList.get(0);
1051 List<Object> contentList = attributeValue.getContent();
1052 if ((contentList !
[all...]

Completed in 50 milliseconds