| Modifier and Type | Class and Description |
|---|---|
static class |
Entry.PosixEntity
Defines access entities for POSIX systems.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
MemoryBuffer.isPermitted(Entry.Access type,
Entry.Entity entity) |
Boolean |
Entry.isPermitted(Entry.Access type,
Entry.Entity entity)
Returns
true or false if the given access type
to this entry for the given entity is respectively permitted or
denied. |
Boolean |
DecoratingEntry.isPermitted(Entry.Access type,
Entry.Entity entity) |
boolean |
MutableEntry.setPermitted(Entry.Access type,
Entry.Entity entity,
Boolean value)
Sets the permission for the given
entity for the given access
type to this entry. |
Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.