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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java136 private static AttributeType dnAttributeType=null; field in class:AciEffectiveRights
241 if (dnAttributeType == null)
243 dnAttributeType = DirectoryServer.getAttributeType(dnAttrStr);
391 container.setCurrentAttributeType(dnAttributeType);
821 AciEffectiveRights.dnAttributeType = null;
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java109 private static AttributeType dnAttributeType=null; field in class:AciEffectiveRights
208 if (dnAttributeType == null)
210 dnAttributeType = DirectoryServer.getAttributeType(dnAttrStr);
364 container.setCurrentAttributeType(dnAttributeType);
789 AciEffectiveRights.dnAttributeType = null;
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java109 private static AttributeType dnAttributeType=null; field in class:AciEffectiveRights
208 if (dnAttributeType == null)
210 dnAttributeType = DirectoryServer.getAttributeType(dnAttrStr);
364 container.setCurrentAttributeType(dnAttributeType);
789 AciEffectiveRights.dnAttributeType = null;
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java136 private static AttributeType dnAttributeType=null; field in class:AciEffectiveRights
241 if (dnAttributeType == null)
243 dnAttributeType = DirectoryServer.getAttributeType(dnAttrStr);
391 container.setCurrentAttributeType(dnAttributeType);
821 AciEffectiveRights.dnAttributeType = null;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java109 private static AttributeType dnAttributeType=null; field in class:AciEffectiveRights
208 if (dnAttributeType == null)
210 dnAttributeType = DirectoryServer.getAttributeType(dnAttrStr);
364 container.setCurrentAttributeType(dnAttributeType);
789 AciEffectiveRights.dnAttributeType = null;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java140 private static AttributeType dnAttributeType; field in class:AciEffectiveRights
241 if (dnAttributeType == null)
243 dnAttributeType = DirectoryServer.getAttributeTypeOrNull(dnAttrStr);
387 container.setCurrentAttributeType(dnAttributeType);
835 AciEffectiveRights.dnAttributeType = null;

Completed in 44 milliseconds