|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrantAndDenial | |
---|---|
org.apache.directory.shared.ldap.aci | ACI (Access Control Information) data model adopted from X.501 specification. |
Uses of GrantAndDenial in org.apache.directory.shared.ldap.aci |
---|
Methods in org.apache.directory.shared.ldap.aci that return types with arguments of type GrantAndDenial | |
---|---|
java.util.Set<GrantAndDenial> |
Permission.getDenials()
Returns the set of denials only. |
java.util.Set<GrantAndDenial> |
Permission.getGrants()
Returns the set of grants only. |
java.util.Set<GrantAndDenial> |
Permission.getGrantsAndDenials()
Returns the set of GrantAndDenial s. |
Method parameters in org.apache.directory.shared.ldap.aci with type arguments of type GrantAndDenial | |
---|---|
protected static java.util.Set<MicroOperation> |
ACIItem.toMicroOperations(java.util.Set<GrantAndDenial> grantsAndDenials)
Converts a set of GrantAndDenial s into a set of
MicroOperation s and returns it. |
Constructor parameters in org.apache.directory.shared.ldap.aci with type arguments of type GrantAndDenial | |
---|---|
ItemPermission(int precedence,
java.util.Collection<GrantAndDenial> grantsAndDenials,
java.util.Collection<UserClass> userClasses)
Creates a new instance |
|
Permission(int precedence,
java.util.Collection<GrantAndDenial> grantsAndDenials)
Creates a new instance |
|
UserPermission(int precedence,
java.util.Collection<GrantAndDenial> grantsAndDenials,
java.util.Collection<ProtectedItem> protectedItems)
Creates a new instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |