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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java77 private static final String aclRightsInfoAttrStr = "aclRightsInfo"; field in class:AciEffectiveRights
114 aclRightsInfoAttrStr + ";logs;attributeLevel";
121 aclRightsInfoAttrStr + ";logs;entryLevel";
237 aclRightsInfo = DirectoryServer.getAttributeType(aclRightsInfoAttrStr
257 else if (aclRightsInfoAttrStr.equalsIgnoreCase(a))
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java66 private static final String aclRightsInfoAttrStr = "aclRightsInfo"; field in class:AciEffectiveRights
93 aclRightsInfoAttrStr + ";logs;attributeLevel";
98 aclRightsInfoAttrStr + ";logs;entryLevel";
204 aclRightsInfo = DirectoryServer.getAttributeType(aclRightsInfoAttrStr
224 else if (a.equalsIgnoreCase(aclRightsInfoAttrStr))
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java66 private static final String aclRightsInfoAttrStr = "aclRightsInfo"; field in class:AciEffectiveRights
93 aclRightsInfoAttrStr + ";logs;attributeLevel";
98 aclRightsInfoAttrStr + ";logs;entryLevel";
204 aclRightsInfo = DirectoryServer.getAttributeType(aclRightsInfoAttrStr
224 else if (a.equalsIgnoreCase(aclRightsInfoAttrStr))
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java77 private static final String aclRightsInfoAttrStr = "aclRightsInfo"; field in class:AciEffectiveRights
114 aclRightsInfoAttrStr + ";logs;attributeLevel";
121 aclRightsInfoAttrStr + ";logs;entryLevel";
237 aclRightsInfo = DirectoryServer.getAttributeType(aclRightsInfoAttrStr
257 else if (aclRightsInfoAttrStr.equalsIgnoreCase(a))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java66 private static final String aclRightsInfoAttrStr = "aclRightsInfo"; field in class:AciEffectiveRights
93 aclRightsInfoAttrStr + ";logs;attributeLevel";
98 aclRightsInfoAttrStr + ";logs;entryLevel";
204 aclRightsInfo = DirectoryServer.getAttributeType(aclRightsInfoAttrStr
224 else if (a.equalsIgnoreCase(aclRightsInfoAttrStr))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java81 private static final String aclRightsInfoAttrStr = "aclRightsInfo"; field in class:AciEffectiveRights
118 aclRightsInfoAttrStr + ";logs;attributeLevel";
125 aclRightsInfoAttrStr + ";logs;entryLevel";
239 aclRightsInfo = DirectoryServer.getAttributeTypeOrNull(aclRightsInfoAttrStr.toLowerCase());
257 else if (aclRightsInfoAttrStr.equalsIgnoreCase(a))

Completed in 42 milliseconds