Class Subject.Record

java.lang.Object
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 Details

    • 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 First published in XenServer 5.6.
  • Constructor Details

    • Record

      public Record()
  • Method Details