Searched refs:createAttributeValue (Results 1 - 13 of 13) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactory.java84 AttributeValue attributeValue = factory.createAttributeValue();
89 JAXBElement<AttributeValue> jaxbElement = factory.createAttributeValue(attributeValue);
H A DXACMLPrivilegeUtils.java233 JAXBElement<AttributeValue> cbve = objectFactory.createAttributeValue(cbv);
244 JAXBElement<AttributeValue> cbve = objectFactory.createAttributeValue(cbv);
254 JAXBElement<AttributeValue> cbve = objectFactory.createAttributeValue(cbv);
263 JAXBElement<AttributeValue> lmbve = objectFactory.createAttributeValue(lmbv);
282 JAXBElement<AttributeValue> cdve = objectFactory.createAttributeValue(cdv);
294 JAXBElement<AttributeValue> lmdve = objectFactory.createAttributeValue(lmdv);
713 JAXBElement esve = objectFactory.createAttributeValue(esv);
727 JAXBElement ecve = objectFactory.createAttributeValue(ecv);
1321 JAXBElement<AttributeValue> cbve = objectFactory.createAttributeValue(cbv);
1330 JAXBElement<AttributeValue> lmbve = objectFactory.createAttributeValue(lmb
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactory.java84 AttributeValue attributeValue = factory.createAttributeValue();
89 JAXBElement<AttributeValue> jaxbElement = factory.createAttributeValue(attributeValue);
H A DXACMLPrivilegeUtils.java241 JAXBElement<AttributeValue> cbve = objectFactory.createAttributeValue(cbv);
252 JAXBElement<AttributeValue> cbve = objectFactory.createAttributeValue(cbv);
262 JAXBElement<AttributeValue> cbve = objectFactory.createAttributeValue(cbv);
271 JAXBElement<AttributeValue> lmbve = objectFactory.createAttributeValue(lmbv);
290 JAXBElement<AttributeValue> cdve = objectFactory.createAttributeValue(cdv);
302 JAXBElement<AttributeValue> lmdve = objectFactory.createAttributeValue(lmdv);
721 JAXBElement esve = objectFactory.createAttributeValue(esv);
735 JAXBElement ecve = objectFactory.createAttributeValue(ecv);
1377 JAXBElement<AttributeValue> cbve = objectFactory.createAttributeValue(cbv);
1386 JAXBElement<AttributeValue> lmbve = objectFactory.createAttributeValue(lmb
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributeBuilder.java198 return values.contains(createAttributeValue(attributeType, value));
1127 AttributeValue value = createAttributeValue(attributeType, attributeValue);
1141 private static AttributeValue createAttributeValue(AttributeType attributeType, ByteString attributeValue) method in class:AttributeBuilder
1241 return values.contains(createAttributeValue(attributeType, value));
1327 return values.remove(createAttributeValue(attributeType, value));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java705 private static AttributeValue createAttributeValue(AttributeType attrType, method in class:ModifyEntryTask
737 AttributeValue oldValue = createAttributeValue(attrType, o);
762 found = newValue.equals(createAttributeValue(attrType, o));
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java704 private static AttributeValue createAttributeValue(AttributeType attrType, method in class:ModifyEntryTask
736 AttributeValue oldValue = createAttributeValue(attrType, o);
761 found = newValue.equals(createAttributeValue(attrType, o));
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java705 private static AttributeValue createAttributeValue(AttributeType attrType, method in class:ModifyEntryTask
737 AttributeValue oldValue = createAttributeValue(attrType, o);
762 found = newValue.equals(createAttributeValue(attrType, o));
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java704 private static AttributeValue createAttributeValue(AttributeType attrType, method in class:ModifyEntryTask
736 AttributeValue oldValue = createAttributeValue(attrType, o);
761 found = newValue.equals(createAttributeValue(attrType, o));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java705 private static AttributeValue createAttributeValue(AttributeType attrType, method in class:ModifyEntryTask
737 AttributeValue oldValue = createAttributeValue(attrType, o);
762 found = newValue.equals(createAttributeValue(attrType, o));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DModifyEntryTask.java673 private static ByteString createAttributeValue(Object value) method in class:ModifyEntryTask
698 ByteString oldValue = createAttributeValue(o);
731 if (createAttributeValue(o).equals(newValue))
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DObjectFactory.java271 public AttributeValue createAttributeValue() { method in class:ObjectFactory
762 public JAXBElement<AttributeValue> createAttributeValue(AttributeValue value) { method in class:ObjectFactory
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DObjectFactory.java271 public AttributeValue createAttributeValue() { method in class:ObjectFactory
762 public JAXBElement<AttributeValue> createAttributeValue(AttributeValue value) { method in class:ObjectFactory

Completed in 1275 milliseconds