Searched defs:createAttributeValue (Results 1 - 9 of 9) sorted by relevance

/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/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/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 115 milliseconds