Package com.xensource.xenapi
Class Subject.Record
java.lang.Object
com.xensource.xenapi.Subject.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Subject
Represents all the fields in a Subject
-
Field Summary
FieldsModifier and TypeFieldDescriptionadditional configurationthe roles associated with this subject First published in XenServer 5.6.the subject identifier, unique in the external directory serviceUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
subjectIdentifier
the subject identifier, unique in the external directory service -
otherConfig
additional configuration -
roles
the roles associated with this subject First published in XenServer 5.6.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a subject.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-