public static class Role.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
String |
nameDescription
what this role is for
|
String |
nameLabel
a short user-friendly name for the role
|
Set<Role> |
subroles
a list of pointers to other roles or permissions
|
String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a role.Record to a Map
|
String |
toString() |