| Package | Description |
|---|---|
| org.apache.directory.api.ldap.aci |
| Modifier and Type | Field and Description |
|---|---|
private Set<GrantAndDenial> |
Permission.denials
The denials.
|
private Set<GrantAndDenial> |
Permission.grants
The grants.
|
private Set<GrantAndDenial> |
AntlrACIItemParser.grantsAndDenials |
private Set<GrantAndDenial> |
Permission.grantsAndDenials
The grants and denials.
|
| Modifier and Type | Method and Description |
|---|---|
GrantAndDenial |
AntlrACIItemParser.grantAndDenial() |
static GrantAndDenial |
GrantAndDenial.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.
|
| Modifier and Type | Method and 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 of
GrantAndDenials. |
| Modifier and Type | Method and Description |
|---|---|
protected static Collection<MicroOperation> |
ACIItem.toMicroOperations(Collection<GrantAndDenial> grantsAndDenials)
Converts a collection of
GrantAndDenials into a collection of MicroOperations. |
| Constructor and Description |
|---|
ItemPermission(Integer precedence,
Collection<GrantAndDenial> grantsAndDenials,
Collection<UserClass> userClasses)
Creates a new instance
|
Permission(Integer precedence,
Collection<GrantAndDenial> grantsAndDenials)
Creates a new instance
|
UserPermission(Integer precedence,
Collection<GrantAndDenial> grantsAndDenials,
Collection<ProtectedItem> protectedItems)
Creates a new instance
|
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.