Searched defs:decodeAttributeType (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/
H A DAttributeTypeSyntax.java191 public static AttributeType decodeAttributeType(ByteSequence value, method in class:AttributeTypeSyntax
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DAttributeTypeSyntax.java238 // We'll use the decodeAttributeType method to determine if the value is
242 decodeAttributeType(value, DirectoryServer.getSchema(), true);
282 public static AttributeType decodeAttributeType(ByteSequence value, method in class:AttributeTypeSyntax
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DAttributeTypeSyntax.java237 // We'll use the decodeAttributeType method to determine if the value is
241 decodeAttributeType(value, DirectoryServer.getSchema(), true);
281 public static AttributeType decodeAttributeType(ByteSequence value, method in class:AttributeTypeSyntax
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DAttributeTypeSyntax.java238 // We'll use the decodeAttributeType method to determine if the value is
242 decodeAttributeType(value, DirectoryServer.getSchema(), true);
282 public static AttributeType decodeAttributeType(ByteSequence value, method in class:AttributeTypeSyntax
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DAttributeTypeSyntax.java238 // We'll use the decodeAttributeType method to determine if the value is
242 decodeAttributeType(value, DirectoryServer.getSchema(), true);
282 public static AttributeType decodeAttributeType(ByteSequence value, method in class:AttributeTypeSyntax
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DAttributeTypeSyntax.java237 // We'll use the decodeAttributeType method to determine if the value is
241 decodeAttributeType(value, DirectoryServer.getSchema(), true);
281 public static AttributeType decodeAttributeType(ByteSequence value, method in class:AttributeTypeSyntax

Completed in 71 milliseconds