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