public interface Role
| Modifier and Type | Method and Description |
|---|---|
int |
getMask()
Returns a pre-computed access mask which contains the permissions specified by this role
|
java.lang.String |
getName()
Returns the name of this role
|
java.util.Collection<AuthorizationPermission> |
getPermissions()
Returns the list of permissions associated with this role
|
java.lang.String getName()
java.util.Collection<AuthorizationPermission> getPermissions()
int getMask()