public static class Subject.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Map<String,String> |
otherConfig
additional configuration
|
Set<Role> |
roles
the roles associated with this subject
|
String |
subjectIdentifier
the subject identifier, unique in the external directory service
|
String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a subject.Record to a Map
|
String |
toString() |