public interface WGACLEntry
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_ROLE
Entry of type ROLE.
|
static int |
TYPE_USER
Entry of type user (which may also contain a group)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFlags()
Returns custom flags for this entry.
|
int |
getLevel()
Returns the access level for this entry.
|
java.lang.String |
getName()
Returns the user/group name for this entry.
|
int |
getType()
Returns the entry type.
|
void |
setFlags(java.lang.String flags)
Sets custom flags for this entry in form of a string.
|
void |
setLevel(int level)
Sets the access level for this entry which should be a value of WGDatabase.ACCESSLEVEL_...
|
static final int TYPE_USER
static final int TYPE_ROLE
java.lang.String getName()
int getType()
int getLevel()
void setLevel(int level)
level
- java.lang.String getFlags()
void setFlags(java.lang.String flags)
flags
-