com.xensource.xenapi
Class Subject.Record

java.lang.Object
  extended by com.xensource.xenapi.Subject.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
Subject

public static class Subject.Record
extends Object
implements Types.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

uuid

public String uuid
Unique identifier/object reference


subjectIdentifier

public String subjectIdentifier
the subject identifier, unique in the external directory service


otherConfig

public Map<String,String> otherConfig
additional configuration


roles

public Set<Role> roles
the roles associated with this subject

Constructor Detail

Subject.Record

public Subject.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

public Map<String,Object> toMap()
Convert a subject.Record to a Map

Specified by:
toMap in interface Types.Record