|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GuestUserState>
org.virtualbox_6_0.GuestUserState
public enum GuestUserState
State a guest user has been changed to. Interface ID: {B2A82B02-FD3D-4FC2-BA84-6BA5AC8BE198}
Enum Constant Summary | |
---|---|
Created
A guest user has been successfully created. |
|
CredentialsChanged
To guest OS has changed the authentication credentials of a user. |
|
Deleted
A guest user has been successfully deleted. |
|
Disabled
A guest user has been disabled by the guest OS. |
|
Elevated
To guest OS temporarily has elevated a user to perform a certain task. |
|
GroupAdded
To guest OS has added a user to a specific user group. |
|
GroupRemoved
To guest OS has removed a user from a specific user group. |
|
Idle
A guest user currently is not using the guest OS.The event will be triggered if a guest user is not active for at least 5 seconds. |
|
InUse
A guest user continued using the guest OS after being idle. |
|
Locked
A guest user has locked its account. |
|
LoggedIn
A guest user has been successfully logged into the guest OS. |
|
LoggedOut
A guest user has been successfully logged out of the guest OS. |
|
RoleChanged
To guest OS has changed the role of a user permanently, e.g. |
|
SessionChanged
To guest OS has changed the session of a user. |
|
Unknown
Unknown state. |
|
Unlocked
A guest user has unlocked its account. |
Method Summary | |
---|---|
static GuestUserState |
fromValue(long v)
|
static GuestUserState |
fromValue(java.lang.String v)
|
int |
value()
|
static GuestUserState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GuestUserState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GuestUserState Unknown
public static final GuestUserState LoggedIn
public static final GuestUserState LoggedOut
public static final GuestUserState Locked
public static final GuestUserState Unlocked
public static final GuestUserState Disabled
public static final GuestUserState Idle
--vminfo-user-idle-threshold <ms>, or by setting the per-VM guest property
/VirtualBox/GuestAdd/VBoxService/--vminfo-user-idle-threshold <ms>with the RDONLYGUEST flag on the host. In both cases VBoxService needs to be restarted in order to get the changes applied. NOTE: Currently only available for Windows guests since Windows 2000 SP2. NOTE: On Windows guests this function currently only supports reporting contiguous idle times up to 49.7 days per user.
public static final GuestUserState InUse
public static final GuestUserState Created
public static final GuestUserState Deleted
public static final GuestUserState SessionChanged
public static final GuestUserState CredentialsChanged
public static final GuestUserState RoleChanged
public static final GuestUserState GroupAdded
public static final GuestUserState GroupRemoved
public static final GuestUserState Elevated
Method Detail |
---|
public static GuestUserState[] values()
for (GuestUserState c : GuestUserState.values()) System.out.println(c);
public static GuestUserState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static GuestUserState fromValue(long v)
public static GuestUserState fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |