Searched defs:aciAttribute (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java955 private boolean hasAttribute(int aciAttribute) argument
957 return (evalAllAttributes & aciAttribute) == aciAttribute;
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java955 private boolean hasAttribute(int aciAttribute) argument
957 return (evalAllAttributes & aciAttribute) == aciAttribute;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciContainer.java867 private boolean hasAttribute(int aciAttribute) argument
869 return (evalAllAttributes & aciAttribute) == aciAttribute;

Completed in 26 milliseconds