Searched defs:getAttributeTypeOrDefault (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributes.java187 return create(getAttributeTypeOrDefault(attributeName), attributeName, valueString);
289 return empty(getAttributeTypeOrDefault(attributeName), attributeName);
411 private static AttributeType getAttributeTypeOrDefault(String attributeName) method in class:Attributes
413 return DirectoryServer.getAttributeTypeOrDefault(toLowerCase(attributeName), attributeName);
H A DAttributeBuilder.java973 private static AttributeType getAttributeTypeOrDefault(String attributeName) method in class:AttributeBuilder
975 return DirectoryServer.getAttributeTypeOrDefault(toLowerCase(attributeName), attributeName);
1093 this(getAttributeTypeOrDefault(attributeName), attributeName);
1498 setAttributeType(getAttributeTypeOrDefault(attributeName), attributeName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java2671 public static AttributeType getAttributeTypeOrDefault(String lowerName) method in class:DirectoryServer
2673 return getAttributeTypeOrDefault(lowerName, lowerName, getDefaultAttributeSyntax());
2688 public static AttributeType getAttributeTypeOrDefault(String lowerName, String upperName) method in class:DirectoryServer
2690 return getAttributeTypeOrDefault(lowerName, upperName, getDefaultAttributeSyntax());
2707 public static AttributeType getAttributeTypeOrDefault(String lowerName, String upperName, Syntax syntax) method in class:DirectoryServer

Completed in 62 milliseconds