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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java94 static AttributeType globalAciType; field in class:AciHandler
131 globalAciType = getAttributeType(ATTR_AUTHZ_GLOBAL_ACI);
921 || modAttrType.equals(globalAciType))
927 if (modAttrType.equals(globalAciType))
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java104 static AttributeType globalAciType; field in class:AciHandler
143 if ((globalAciType =
146 globalAciType =
989 || modAttrType.equals(globalAciType))
995 if (modAttrType.equals(globalAciType))
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java104 static AttributeType globalAciType; field in class:AciHandler
143 if ((globalAciType =
146 globalAciType =
989 || modAttrType.equals(globalAciType))
995 if (modAttrType.equals(globalAciType))
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java94 static AttributeType globalAciType; field in class:AciHandler
131 globalAciType = getAttributeType(ATTR_AUTHZ_GLOBAL_ACI);
921 || modAttrType.equals(globalAciType))
927 if (modAttrType.equals(globalAciType))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java104 static AttributeType globalAciType; field in class:AciHandler
143 if ((globalAciType =
146 globalAciType =
989 || modAttrType.equals(globalAciType))
995 if (modAttrType.equals(globalAciType))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciHandler.java98 static AttributeType globalAciType; field in class:AciHandler
127 globalAciType = getAttributeTypeOrDefault(ATTR_AUTHZ_GLOBAL_ACI);
790 || modAttrType.equals(globalAciType))
796 if (modAttrType.equals(globalAciType))

Completed in 46 milliseconds