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 java.lang.Object
implements Types.Record

Represents all the fields in a Subject


Field Summary
 java.util.Map<java.lang.String,java.lang.String> otherConfig
          additional configuration
 java.util.Set<Role> roles
          the roles associated with this subject
 java.lang.String subjectIdentifier
          the subject identifier, unique in the external directory service
 java.lang.String uuid
          Unique identifier/object reference
 
Constructor Summary
Subject.Record()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> toMap()
          Convert a subject.Record to a Map
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uuid

public java.lang.String uuid
Unique identifier/object reference


subjectIdentifier

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


otherConfig

public java.util.Map<java.lang.String,java.lang.String> otherConfig
additional configuration


roles

public java.util.Set<Role> roles
the roles associated with this subject

Constructor Detail

Subject.Record

public Subject.Record()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toMap

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

Specified by:
toMap in interface Types.Record