|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.Subject.Record
public static class Subject.Record
Represents all the fields in a Subject
Field Summary | |
---|---|
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 Summary | |
---|---|
Subject.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a subject.Record to a Map |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String uuid
public String subjectIdentifier
public Map<String,String> otherConfig
public Set<Role> roles
Constructor Detail |
---|
public Subject.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public Map<String,Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |