Searched refs:globalAciType (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciListenerManager.java248 .hasAttribute(AciHandler.globalAciType)))
266 AciHandler.globalAciType);
295 else if (attributeType.equals(AciHandler.globalAciType))
H A DAciList.java209 List<Attribute> attributeList = entry.getAttribute(globalAciType);
313 newEntry.getAttribute(globalAciType);
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 DAciListenerManager.java249 .hasAttribute(AciHandler.globalAciType)))
267 AciHandler.globalAciType);
296 else if (attributeType.equals(AciHandler.globalAciType))
H A DAciList.java213 List<Attribute> attributeList = entry.getAttribute(globalAciType);
317 newEntry.getAttribute(globalAciType);
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 DAciListenerManager.java249 .hasAttribute(AciHandler.globalAciType)))
267 AciHandler.globalAciType);
296 else if (attributeType.equals(AciHandler.globalAciType))
H A DAciList.java214 List<Attribute> attributeList = entry.getAttribute(globalAciType);
318 newEntry.getAttribute(globalAciType);
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 DAciListenerManager.java248 .hasAttribute(AciHandler.globalAciType)))
266 AciHandler.globalAciType);
295 else if (attributeType.equals(AciHandler.globalAciType))
H A DAciList.java209 List<Attribute> attributeList = entry.getAttribute(globalAciType);
313 newEntry.getAttribute(globalAciType);
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 DAciListenerManager.java249 .hasAttribute(AciHandler.globalAciType)))
267 AciHandler.globalAciType);
296 else if (attributeType.equals(AciHandler.globalAciType))
H A DAciList.java213 List<Attribute> attributeList = entry.getAttribute(globalAciType);
317 newEntry.getAttribute(globalAciType);
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 DAciListenerManager.java231 boolean hasGlobalAci = addedEntry.hasAttribute(AciHandler.globalAciType);
250 AciHandler.globalAciType);
279 else if (attributeType.equals(AciHandler.globalAciType))
H A DAciList.java211 List<Attribute> attributeList = entry.getAttribute(globalAciType);
310 newEntry.getAttribute(globalAciType);
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 66 milliseconds