|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.Session.Record
public static class Session.Record
Represents all the fields in a Session
Field Summary | |
---|---|
java.lang.String |
authUserName
the subject name of the user that was externally authenticated. |
java.lang.String |
authUserSid
the subject identifier of the user that was externally authenticated. |
java.lang.Boolean |
isLocalSuperuser
true iff this session was created using local superuser credentials |
java.util.Date |
lastActive
Timestamp for last time session was active |
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
additional configuration |
Session |
parent
references the parent session that created this session |
java.lang.Boolean |
pool
True if this session relates to a intra-pool login, false otherwise |
java.util.Set<java.lang.String> |
rbacPermissions
list with all RBAC permissions for this session |
Subject |
subject
references the subject instance that created the session. |
java.util.Set<Task> |
tasks
list of tasks created using the current session |
Host |
thisHost
Currently connected host |
User |
thisUser
Currently connected user |
java.lang.String |
uuid
Unique identifier/object reference |
java.util.Date |
validationTime
time when session was last validated |
Constructor Summary | |
---|---|
Session.Record()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a session.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 |
---|
public java.lang.String uuid
public Host thisHost
public User thisUser
public java.util.Date lastActive
public java.lang.Boolean pool
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public java.lang.Boolean isLocalSuperuser
public Subject subject
public java.util.Date validationTime
public java.lang.String authUserSid
public java.lang.String authUserName
public java.util.Set<java.lang.String> rbacPermissions
public java.util.Set<Task> tasks
public Session parent
Constructor Detail |
---|
public Session.Record()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |