public final class Role extends Object implements Definition
REGEX_DEFINITION_NAME| Constructor and Description |
|---|
Role(String name,
String description,
List<Authorization> authorizations)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Authorization> |
getAuthorizations() |
String |
getDescription() |
String |
getName() |
public Role(String name, String description, List<Authorization> authorizations)
name - Role namedescription - Role descriptionauthorizations - Authorizations list of this rolepublic String getDescription()
public List<Authorization> getAuthorizations()
public String getName()
getName in interface DefinitionCopyright © 2019. All Rights Reserved.