Searched defs:allowDefault (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDirectoryConfig.java427 * @param allowDefault Indicates whether to return the default
437 getAttributeSyntax(String oid, boolean allowDefault) argument
439 return DirectoryServer.getAttributeSyntax(oid, allowDefault);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDirectoryConfig.java421 * @param allowDefault Indicates whether to return the default
431 getAttributeSyntax(String oid, boolean allowDefault) argument
433 return DirectoryServer.getAttributeSyntax(oid, allowDefault);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDirectoryConfig.java427 * @param allowDefault Indicates whether to return the default
437 getAttributeSyntax(String oid, boolean allowDefault) argument
439 return DirectoryServer.getAttributeSyntax(oid, allowDefault);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDirectoryConfig.java427 * @param allowDefault Indicates whether to return the default
437 getAttributeSyntax(String oid, boolean allowDefault) argument
439 return DirectoryServer.getAttributeSyntax(oid, allowDefault);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDirectoryConfig.java421 * @param allowDefault Indicates whether to return the default
431 getAttributeSyntax(String oid, boolean allowDefault) argument
433 return DirectoryServer.getAttributeSyntax(oid, allowDefault);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java639 * @param allowDefault
646 public Syntax getSyntax(String oid, boolean allowDefault) argument
649 if (syntax == null && allowDefault)
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java4071 * @param allowDefault Indicates whether to return the default attribute
4079 boolean allowDefault)
4082 if ((syntax == null) && allowDefault)
4078 getAttributeSyntax(String oid, boolean allowDefault) argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java3792 * @param allowDefault Indicates whether to return the default attribute
3800 boolean allowDefault)
3803 if (syntax == null && allowDefault)
3799 getAttributeSyntax(String oid, boolean allowDefault) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java4072 * @param allowDefault Indicates whether to return the default attribute
4080 boolean allowDefault)
4083 if ((syntax == null) && allowDefault)
4079 getAttributeSyntax(String oid, boolean allowDefault) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java4299 * @param allowDefault Indicates whether to return the default attribute
4307 boolean allowDefault)
4310 if ((syntax == null) && allowDefault)
4306 getAttributeSyntax(String oid, boolean allowDefault) argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java3792 * @param allowDefault Indicates whether to return the default attribute
3800 boolean allowDefault)
3803 if (syntax == null && allowDefault)
3799 getAttributeSyntax(String oid, boolean allowDefault) argument

Completed in 152 milliseconds