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
|
String |
getName()
Returns the name of this role
|
Collection<AuthorizationPermission> |
getPermissions()
Returns the list of permissions associated with this role
|
String getName()
Collection<AuthorizationPermission> getPermissions()
int getMask()
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.