Searched defs:getNormalizedValue (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeValue.java63 ByteString getNormalizedValue() throws DirectoryException; method in interface:AttributeValue
H A DAttributeValues.java173 public ByteString getNormalizedValue() throws DirectoryException method in class:AttributeValues.DelayedNormalizationValue
219 return getNormalizedValue().equals(
220 attrValue.getNormalizedValue());
249 valueToHash = getNormalizedValue();
339 public ByteString getNormalizedValue() method in class:AttributeValues.PreNormalizedValue
371 attrValue.getNormalizedValue());
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttributeValue.java62 ByteString getNormalizedValue() throws DirectoryException; method in interface:AttributeValue
H A DAttributeValues.java172 public ByteString getNormalizedValue() throws DirectoryException method in class:AttributeValues.DelayedNormalizationValue
218 return getNormalizedValue().equals(
219 attrValue.getNormalizedValue());
248 valueToHash = getNormalizedValue();
338 public ByteString getNormalizedValue() method in class:AttributeValues.PreNormalizedValue
370 attrValue.getNormalizedValue());
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttributeValue.java63 ByteString getNormalizedValue() throws DirectoryException; method in interface:AttributeValue
H A DAttributeValues.java173 public ByteString getNormalizedValue() throws DirectoryException method in class:AttributeValues.DelayedNormalizationValue
219 return getNormalizedValue().equals(
220 attrValue.getNormalizedValue());
249 valueToHash = getNormalizedValue();
339 public ByteString getNormalizedValue() method in class:AttributeValues.PreNormalizedValue
371 attrValue.getNormalizedValue());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttributeValue.java64 ByteString getNormalizedValue() throws DirectoryException; method in interface:AttributeValue
H A DAttributeValues.java172 public ByteString getNormalizedValue() throws DirectoryException method in class:AttributeValues.DelayedNormalizationValue
219 return getNormalizedValue().equals(attrValue.getNormalizedValue());
249 valueToHash = getNormalizedValue();
329 public ByteString getNormalizedValue() method in class:AttributeValues.PreNormalizedValue
362 return normalizedValue.equals(attrValue.getNormalizedValue());
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttributeValue.java62 ByteString getNormalizedValue() throws DirectoryException; method in interface:AttributeValue
H A DAttributeValues.java172 public ByteString getNormalizedValue() throws DirectoryException method in class:AttributeValues.DelayedNormalizationValue
218 return getNormalizedValue().equals(
219 attrValue.getNormalizedValue());
248 valueToHash = getNormalizedValue();
338 public ByteString getNormalizedValue() method in class:AttributeValues.PreNormalizedValue
370 attrValue.getNormalizedValue());
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DUserDataInteraction.java93 state.put(getKey(), getNormalizedValue(procInput));
107 state.put(getKey(), getNormalizedValue(procInput));
624 protected String getNormalizedValue(String input) throws InstallException { method in class:UserDataInteraction
630 Debug.log("UserDataInteraction.getNormalizedValue: input: "
635 Debug.log("UserDataInteraction.getNormalizedValue: input: " + input
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DUserDataInteraction.java93 state.put(getKey(), getNormalizedValue(procInput));
107 state.put(getKey(), getNormalizedValue(procInput));
624 protected String getNormalizedValue(String input) throws InstallException { method in class:UserDataInteraction
630 Debug.log("UserDataInteraction.getNormalizedValue: input: "
635 Debug.log("UserDataInteraction.getNormalizedValue: input: " + input
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributeBuilder.java210 if (assertion.matches(value.getNormalizedValue()).toBoolean())
866 public ByteString getNormalizedValue() method in class:AttributeBuilder.AttributeValue
913 return getNormalizedValue().equals(attrValue.getNormalizedValue());
935 return getNormalizedValue().hashCode();

Completed in 86 milliseconds