public interface AbstractRole
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the role
|
String |
getName()
The name of the role
|
Set<String> |
getRoles()
The same of role names which are implied (included or merged) with this role.
|
boolean |
isSystem()
Indicator if the role is used or reserved for system purposes.
|
String getName()
String getDescription()
boolean isSystem()
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.