Uses of Class
org.apache.directory.api.ldap.aci.GrantAndDenial
-
Packages that use GrantAndDenial Package Description org.apache.directory.api.ldap.aci -
-
Uses of GrantAndDenial in org.apache.directory.api.ldap.aci
Methods in org.apache.directory.api.ldap.aci that return GrantAndDenial Modifier and Type Method Description GrantAndDenialAntlrACIItemParser. grantAndDenial()static GrantAndDenialGrantAndDenial. valueOf(String name)Returns the enum constant of this type with the specified name.static GrantAndDenial[]GrantAndDenial. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.ldap.aci that return types with arguments of type GrantAndDenial Modifier and Type Method Description Set<GrantAndDenial>Permission. getDenials()Gets the set of denials only.Set<GrantAndDenial>Permission. getGrants()Gets the set of grants only.Set<GrantAndDenial>Permission. getGrantsAndDenials()Gets the set ofGrantAndDenials.Method parameters in org.apache.directory.api.ldap.aci with type arguments of type GrantAndDenial Modifier and Type Method Description protected static Collection<MicroOperation>ACIItem. toMicroOperations(Collection<GrantAndDenial> grantsAndDenials)Converts a collection ofGrantAndDenials into a collection ofMicroOperations.Constructor parameters in org.apache.directory.api.ldap.aci with type arguments of type GrantAndDenial Constructor Description ItemPermission(Integer precedence, Collection<GrantAndDenial> grantsAndDenials, Collection<UserClass> userClasses)Creates a new instancePermission(Integer precedence, Collection<GrantAndDenial> grantsAndDenials)Creates a new instanceUserPermission(Integer precedence, Collection<GrantAndDenial> grantsAndDenials, Collection<ProtectedItem> protectedItems)Creates a new instance
-