/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/ |
H A D | XACMLSchemaFactory.java | 84 AttributeValue attributeValue = factory.createAttributeValue(); 89 JAXBElement<AttributeValue> jaxbElement = factory.createAttributeValue(attributeValue);
|
H A D | XACMLPrivilegeUtils.java | 233 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 D | XACMLSchemaFactory.java | 84 AttributeValue attributeValue = factory.createAttributeValue(); 89 JAXBElement<AttributeValue> jaxbElement = factory.createAttributeValue(attributeValue);
|
H A D | XACMLPrivilegeUtils.java | 241 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 D | AttributeBuilder.java | 198 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 D | ModifyEntryTask.java | 705 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 D | ModifyEntryTask.java | 704 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 D | ModifyEntryTask.java | 705 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 D | ModifyEntryTask.java | 704 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 D | ModifyEntryTask.java | 705 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 D | ModifyEntryTask.java | 673 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 D | ObjectFactory.java | 271 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 D | ObjectFactory.java | 271 public AttributeValue createAttributeValue() { method in class:ObjectFactory 762 public JAXBElement<AttributeValue> createAttributeValue(AttributeValue value) { method in class:ObjectFactory
|