|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GrantAndDenial | |
|---|---|
| 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 | |
|---|---|
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. |
| Methods in org.apache.directory.api.ldap.aci that return types with arguments of type GrantAndDenial | |
|---|---|
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. |
| Method parameters in org.apache.directory.api.ldap.aci with type arguments of type GrantAndDenial | |
|---|---|
protected static Collection<MicroOperation> |
ACIItem.toMicroOperations(Collection<GrantAndDenial> grantsAndDenials)
Converts a collection of GrantAndDenials into a collection of MicroOperations. |
| Constructor parameters in org.apache.directory.api.ldap.aci with type arguments of type GrantAndDenial | |
|---|---|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||