| Package | Description |
|---|---|
| org.apache.directory.shared.ldap.aci |
ACI (Access Control Information) data model adopted from X.501 specification.
|
| Modifier and Type | Method and Description |
|---|---|
GrantAndDenial |
AntlrACIItemParser.grantAndDenial() |
| Modifier and Type | Method and Description |
|---|---|
Set<GrantAndDenial> |
Permission.getDenials()
Returns the set of denials only.
|
Set<GrantAndDenial> |
Permission.getGrants()
Returns the set of grants only.
|
Set<GrantAndDenial> |
Permission.getGrantsAndDenials()
Returns the set of
GrantAndDenials. |
| Modifier and Type | Method and Description |
|---|---|
protected static Set<MicroOperation> |
ACIItem.toMicroOperations(Set<GrantAndDenial> grantsAndDenials)
Converts a set of
GrantAndDenials into a set of
MicroOperations and returns it. |
| Constructor and Description |
|---|
ItemPermission(int precedence,
Collection<GrantAndDenial> grantsAndDenials,
Collection<UserClass> userClasses)
Creates a new instance
|
Permission(int precedence,
Collection<GrantAndDenial> grantsAndDenials)
Creates a new instance
|
UserPermission(int precedence,
Collection<GrantAndDenial> grantsAndDenials,
Collection<ProtectedItem> protectedItems)
Creates a new instance
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.