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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java88 static AttributeType aciType; field in class:AciHandler
130 aciType = getAttributeType("aci");
821 if (modAttrType.equals(aciType)
920 if (modAttrType.equals(aciType)
1466 if (entry.hasOperationalAttribute(aciType))
1481 entry.getOperationalAttribute(aciType, null);
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java98 static AttributeType aciType; field in class:AciHandler
138 if ((aciType = DirectoryServer.getAttributeType("aci")) == null)
140 aciType = DirectoryServer.getDefaultAttributeType("aci");
884 if (modAttrType.equals(aciType))
988 if (modAttrType.equals(aciType)
1577 if (entry.hasOperationalAttribute(aciType))
1593 entry.getOperationalAttribute(aciType, null);
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java98 static AttributeType aciType; field in class:AciHandler
138 if ((aciType = DirectoryServer.getAttributeType("aci")) == null)
140 aciType = DirectoryServer.getDefaultAttributeType("aci");
884 if (modAttrType.equals(aciType))
988 if (modAttrType.equals(aciType)
1577 if (entry.hasOperationalAttribute(aciType))
1593 entry.getOperationalAttribute(aciType, null);
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java88 static AttributeType aciType; field in class:AciHandler
130 aciType = getAttributeType("aci");
821 if (modAttrType.equals(aciType)
920 if (modAttrType.equals(aciType)
1466 if (entry.hasOperationalAttribute(aciType))
1481 entry.getOperationalAttribute(aciType, null);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java98 static AttributeType aciType; field in class:AciHandler
138 if ((aciType = DirectoryServer.getAttributeType("aci")) == null)
140 aciType = DirectoryServer.getDefaultAttributeType("aci");
884 if (modAttrType.equals(aciType))
988 if (modAttrType.equals(aciType)
1577 if (entry.hasOperationalAttribute(aciType))
1593 entry.getOperationalAttribute(aciType, null);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciHandler.java95 static AttributeType aciType; field in class:AciHandler
126 aciType = getAttributeTypeOrDefault("aci");
695 if (modAttrType.equals(aciType)
789 if (modAttrType.equals(aciType)
1301 if (entry.hasOperationalAttribute(aciType))
1314 entry.getOperationalAttribute(aciType, null);

Completed in 44 milliseconds