@Beta public class Permission extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
actions |
protected String |
classname |
protected String |
name |
| Constructor and Description |
|---|
Permission(String classname,
String name) |
Permission(String classname,
String name,
String actions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object thatPerm) |
String |
getActions() |
String |
getClassName() |
String |
getName() |
int |
hashCode() |
String |
toString() |