public interface Role extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAll(Role anotherRole)
Indicate whether the argument role is equal or contained
depending on the role-type
|
Role |
getParent()
Gets a reference to the parent role, if one is available.
|
String |
getRoleName()
Get Name of the Role
|
RoleType |
getType()
Get type of role
|
String getRoleName()
RoleType getType()
boolean containsAll(Role anotherRole)
anotherRole - Role getParent()
null otherwise.Copyright © 2018 JBoss by Red Hat. All rights reserved.