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

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java228 private boolean allowAttributeNameExceptions; field in class:DirectoryServer
6064 public static boolean allowAttributeNameExceptions() method in class:DirectoryServer
6066 return directoryServer.allowAttributeNameExceptions;
6075 * @param allowAttributeNameExceptions Specifies whether to be more flexible
6080 boolean allowAttributeNameExceptions)
6082 directoryServer.allowAttributeNameExceptions = allowAttributeNameExceptions;
6079 setAllowAttributeNameExceptions( boolean allowAttributeNameExceptions) argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java227 private boolean allowAttributeNameExceptions; field in class:DirectoryServer
5740 public static boolean allowAttributeNameExceptions() method in class:DirectoryServer
5742 return directoryServer.allowAttributeNameExceptions;
5751 * @param allowAttributeNameExceptions Specifies whether to be more flexible
5756 boolean allowAttributeNameExceptions)
5758 directoryServer.allowAttributeNameExceptions = allowAttributeNameExceptions;
5755 setAllowAttributeNameExceptions( boolean allowAttributeNameExceptions) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java229 private boolean allowAttributeNameExceptions; field in class:DirectoryServer
6064 public static boolean allowAttributeNameExceptions() method in class:DirectoryServer
6066 return directoryServer.allowAttributeNameExceptions;
6075 * @param allowAttributeNameExceptions Specifies whether to be more flexible
6080 boolean allowAttributeNameExceptions)
6082 directoryServer.allowAttributeNameExceptions = allowAttributeNameExceptions;
6079 setAllowAttributeNameExceptions( boolean allowAttributeNameExceptions) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java488 private boolean allowAttributeNameExceptions; field in class:DirectoryServer
6292 public static boolean allowAttributeNameExceptions() method in class:DirectoryServer
6294 return directoryServer.allowAttributeNameExceptions;
6303 * @param allowAttributeNameExceptions Specifies whether to be more flexible
6308 boolean allowAttributeNameExceptions)
6310 directoryServer.allowAttributeNameExceptions = allowAttributeNameExceptions;
6307 setAllowAttributeNameExceptions( boolean allowAttributeNameExceptions) argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java227 private boolean allowAttributeNameExceptions; field in class:DirectoryServer
5740 public static boolean allowAttributeNameExceptions() method in class:DirectoryServer
5742 return directoryServer.allowAttributeNameExceptions;
5751 * @param allowAttributeNameExceptions Specifies whether to be more flexible
5756 boolean allowAttributeNameExceptions)
5758 directoryServer.allowAttributeNameExceptions = allowAttributeNameExceptions;
5755 setAllowAttributeNameExceptions( boolean allowAttributeNameExceptions) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java301 private boolean allowAttributeNameExceptions; field in class:DirectoryServer
4468 public static boolean allowAttributeNameExceptions() method in class:DirectoryServer
4470 return directoryServer.allowAttributeNameExceptions;
4477 * @param allowAttributeNameExceptions Specifies whether to be more flexible
4482 boolean allowAttributeNameExceptions)
4484 directoryServer.allowAttributeNameExceptions = allowAttributeNameExceptions;
4481 setAllowAttributeNameExceptions( boolean allowAttributeNameExceptions) argument

Completed in 151 milliseconds