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

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactory.java39 private final ResourceAttributeUtil resourceAttributeUtil; field in class:XACMLSchemaFactory
43 resourceAttributeUtil = new ResourceAttributeUtil();
88 attributeValue.getContent().add(resourceAttributeUtil.toJSON(resourceAttribute));
148 return resourceAttributeUtil.fromJSON((String) content);
H A DXACMLPrivilegeUtils.java94 private static final ResourceAttributeUtil resourceAttributeUtil = new ResourceAttributeUtil(); field in class:XACMLPrivilegeUtils
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactory.java39 private final ResourceAttributeUtil resourceAttributeUtil; field in class:XACMLSchemaFactory
43 resourceAttributeUtil = new ResourceAttributeUtil();
88 attributeValue.getContent().add(resourceAttributeUtil.toJSON(resourceAttribute));
148 return resourceAttributeUtil.fromJSON((String) content);
H A DXACMLPrivilegeUtils.java102 private static final ResourceAttributeUtil resourceAttributeUtil = new ResourceAttributeUtil(); field in class:XACMLPrivilegeUtils
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactoryTest.java51 private ResourceAttributeUtil resourceAttributeUtil; field in class:XACMLSchemaFactoryTest
58 resourceAttributeUtil = new ResourceAttributeUtil();
157 attributeValue.getContent().add(resourceAttributeUtil.toJSON(ra));
375 ResourceAttribute firstRA = resourceAttributeUtil.fromJSON(firstString);
376 ResourceAttribute secondRA = resourceAttributeUtil.fromJSON(secondString);
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactoryTest.java51 private ResourceAttributeUtil resourceAttributeUtil; field in class:XACMLSchemaFactoryTest
58 resourceAttributeUtil = new ResourceAttributeUtil();
157 attributeValue.getContent().add(resourceAttributeUtil.toJSON(ra));
375 ResourceAttribute firstRA = resourceAttributeUtil.fromJSON(firstString);
376 ResourceAttribute secondRA = resourceAttributeUtil.fromJSON(secondString);

Completed in 55 milliseconds