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