/forgerock/opendj2/src/server/org/opends/server/api/ |
H A D | EqualityMatchingRule.java | 72 * @param attributeValue The attribute value in a form that has 84 public ConditionResult valuesMatch(ByteSequence attributeValue, argument 87 if (areEqual(attributeValue, assertionValue)) 110 * @param attributeValue The attribute value for which to generate 116 public int generateHashCode(ByteSequence attributeValue) argument 118 return attributeValue.hashCode();
|
H A D | ApproximateMatchingRule.java | 72 * @param attributeValue The attribute value in a form that has 85 public ConditionResult valuesMatch(ByteSequence attributeValue, argument 88 if (approximatelyMatch(attributeValue, assertionValue))
|
/forgerock/opendj-b2.6/src/server/org/opends/server/api/ |
H A D | EqualityMatchingRule.java | 73 * @param attributeValue The attribute value in a form that has 85 public ConditionResult valuesMatch(ByteSequence attributeValue, argument 88 if (areEqual(attributeValue, assertionValue)) 111 * @param attributeValue The attribute value for which to generate 117 public int generateHashCode(ByteSequence attributeValue) argument 119 return attributeValue.hashCode();
|
H A D | ApproximateMatchingRule.java | 73 * @param attributeValue The attribute value in a form that has 86 public ConditionResult valuesMatch(ByteSequence attributeValue, argument 89 if (approximatelyMatch(attributeValue, assertionValue))
|
/forgerock/opendj2.6.2/src/server/org/opends/server/api/ |
H A D | EqualityMatchingRule.java | 73 * @param attributeValue The attribute value in a form that has 85 public ConditionResult valuesMatch(ByteSequence attributeValue, argument 88 if (areEqual(attributeValue, assertionValue)) 111 * @param attributeValue The attribute value for which to generate 117 public int generateHashCode(ByteSequence attributeValue) argument 119 return attributeValue.hashCode();
|
H A D | ApproximateMatchingRule.java | 73 * @param attributeValue The attribute value in a form that has 86 public ConditionResult valuesMatch(ByteSequence attributeValue, argument 89 if (approximatelyMatch(attributeValue, assertionValue))
|
/forgerock/opendj2-hg/src/server/org/opends/server/api/ |
H A D | EqualityMatchingRule.java | 72 * @param attributeValue The attribute value in a form that has 84 public ConditionResult valuesMatch(ByteSequence attributeValue, argument 87 if (areEqual(attributeValue, assertionValue)) 110 * @param attributeValue The attribute value for which to generate 116 public int generateHashCode(ByteSequence attributeValue) argument 118 return attributeValue.hashCode();
|
H A D | ApproximateMatchingRule.java | 72 * @param attributeValue The attribute value in a form that has 85 public ConditionResult valuesMatch(ByteSequence attributeValue, argument 88 if (approximatelyMatch(attributeValue, assertionValue))
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/ |
H A D | EqualityMatchingRule.java | 72 * @param attributeValue The attribute value in a form that has 84 public ConditionResult valuesMatch(ByteSequence attributeValue, argument 87 return areEqual(attributeValue, assertionValue) 105 * @param attributeValue The attribute value for which to generate 111 public int generateHashCode(ByteSequence attributeValue) argument 113 return attributeValue.hashCode();
|
H A D | ApproximateMatchingRule.java | 73 * @param attributeValue The attribute value in a form that has 86 public ConditionResult valuesMatch(ByteSequence attributeValue, argument 89 if (approximatelyMatch(attributeValue, assertionValue))
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/service/ |
H A D | ApplicationQueryFilterVisitor.java | 57 Set<String> attributeValue = emptySet(); 61 attributeValue = singleton(tokens[1]); 65 appData.put("createdBy", attributeValue); 67 appData.put("creationDate", attributeValue); 69 appData.put("lastModifiedBy", attributeValue); 71 appData.put("lastModifiedDate", attributeValue);
|
/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/ |
H A D | CombinerParameter.java | 66 "attributeValue" 71 protected AttributeValue attributeValue; field in class:CombinerParameter 76 * Gets the value of the attributeValue property. 84 return attributeValue; 88 * Sets the value of the attributeValue property. 96 this.attributeValue = value;
|
H A D | Attribute.java | 71 "attributeValue" 76 protected List<AttributeValue> attributeValue; field in class:Attribute 86 * Gets the value of the attributeValue property. 92 * This is why there is not a <CODE>set</CODE> method for the attributeValue property. 108 if (attributeValue == null) { 109 attributeValue = new ArrayList<AttributeValue>(); 111 return this.attributeValue;
|
H A D | MissingAttributeDetail.java | 72 "attributeValue" 77 protected List<AttributeValue> attributeValue; field in class:MissingAttributeDetail 91 * Gets the value of the attributeValue property. 97 * This is why there is not a <CODE>set</CODE> method for the attributeValue property. 113 if (attributeValue == null) { 114 attributeValue = new ArrayList<AttributeValue>(); 116 return this.attributeValue;
|
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/ |
H A D | replaceTarget.js | 32 * targetObject, sourceObject, existingTargetObject, attributeName, attributeValue, attributesInfo 62 mergeValues(targetObject, attributeName, attributeValue); 67 targetObject[attributeName] = attributeValue; 74 targetObject[attributeName] = attributeValue;
|
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/ |
H A D | CombinerParameter.java | 66 "attributeValue" 71 protected AttributeValue attributeValue; field in class:CombinerParameter 76 * Gets the value of the attributeValue property. 84 return attributeValue; 88 * Sets the value of the attributeValue property. 96 this.attributeValue = value;
|
H A D | Attribute.java | 71 "attributeValue" 76 protected List<AttributeValue> attributeValue; field in class:Attribute 86 * Gets the value of the attributeValue property. 92 * This is why there is not a <CODE>set</CODE> method for the attributeValue property. 108 if (attributeValue == null) { 109 attributeValue = new ArrayList<AttributeValue>(); 111 return this.attributeValue;
|
H A D | MissingAttributeDetail.java | 72 "attributeValue" 77 protected List<AttributeValue> attributeValue; field in class:MissingAttributeDetail 91 * Gets the value of the attributeValue property. 97 * This is why there is not a <CODE>set</CODE> method for the attributeValue property. 113 if (attributeValue == null) { 114 attributeValue = new ArrayList<AttributeValue>(); 116 return this.attributeValue;
|
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/ |
H A D | HistoricalAttributeValue.java | 76 private AttributeValue attributeValue; field in class:HistoricalAttributeValue 139 attributeValue = AttributeValues.create(attrType, stringValue); 142 attributeValue = null; 147 attributeValue = null; 205 return attributeValue; 222 builder.add(attributeValue);
|
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/ |
H A D | HistoricalAttributeValue.java | 72 private AttributeValue attributeValue; field in class:HistoricalAttributeValue 138 attributeValue = AttributeValues.create(attrType, stringValue); 141 attributeValue = null; 146 attributeValue = null; 204 return attributeValue; 221 builder.add(attributeValue);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/ |
H A D | HistoricalAttributeValue.java | 76 private AttributeValue attributeValue; field in class:HistoricalAttributeValue 139 attributeValue = AttributeValues.create(attrType, stringValue); 142 attributeValue = null; 147 attributeValue = null; 205 return attributeValue; 222 builder.add(attributeValue);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/ |
H A D | HistoricalAttributeValue.java | 76 private AttributeValue attributeValue; field in class:HistoricalAttributeValue 139 attributeValue = AttributeValues.create(attrType, stringValue); 142 attributeValue = null; 147 attributeValue = null; 205 return attributeValue; 222 builder.add(attributeValue);
|
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/ |
H A D | HistoricalAttributeValue.java | 72 private AttributeValue attributeValue; field in class:HistoricalAttributeValue 138 attributeValue = AttributeValues.create(attrType, stringValue); 141 attributeValue = null; 146 attributeValue = null; 204 return attributeValue; 221 builder.add(attributeValue);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/ |
H A D | AuthPasswordEqualityMatchingRule.java | 42 protected ConditionResult valuesMatch(ByteSequence attributeValue, ByteSequence assertionValue) argument 48 authPWComponents = AuthPasswordSyntax.decodeAuthPassword(attributeValue.toString());
|
H A D | UserPasswordEqualityMatchingRule.java | 50 protected ConditionResult valuesMatch(ByteSequence attributeValue, ByteSequence assertionValue) argument 57 userPWComponents = UserPasswordSyntax.decodeUserPassword(attributeValue.toString());
|