public class IVRDEServer extends IUnknown
Constructor and Description |
---|
IVRDEServer(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAllowMultiConnection()
Flag whether multiple simultaneous connections to the VM are permitted.
|
java.lang.String |
getAuthLibrary()
Library used for authentication of RDP clients by this VM.
|
java.lang.Long |
getAuthTimeout()
Timeout for guest authentication.
|
AuthType |
getAuthType()
VRDE authentication method.
|
java.lang.Boolean |
getEnabled()
Flag if VRDE server is enabled.
|
java.lang.Boolean |
getReuseSingleConnection()
Flag whether the existing connection must be dropped and a new connection
must be established by the VRDE server, when a new client connects in single
connection mode.
|
java.lang.String |
getVRDEExtPack()
The name of Extension Pack providing VRDE for this VM.
|
java.util.List<java.lang.String> |
getVRDEProperties()
Array of names of properties, which are supported by this VRDE server.
|
java.lang.String |
getVRDEProperty(java.lang.String key)
Returns a VRDE specific property string.
|
static IVRDEServer |
queryInterface(IUnknown obj) |
void |
setAllowMultiConnection(java.lang.Boolean value)
Flag whether multiple simultaneous connections to the VM are permitted.
|
void |
setAuthLibrary(java.lang.String value)
Library used for authentication of RDP clients by this VM.
|
void |
setAuthTimeout(java.lang.Long value)
Timeout for guest authentication.
|
void |
setAuthType(AuthType value)
VRDE authentication method.
|
void |
setEnabled(java.lang.Boolean value)
Flag if VRDE server is enabled.
|
void |
setReuseSingleConnection(java.lang.Boolean value)
Flag whether the existing connection must be dropped and a new connection
must be established by the VRDE server, when a new client connects in single
connection mode.
|
void |
setVRDEExtPack(java.lang.String value)
The name of Extension Pack providing VRDE for this VM.
|
void |
setVRDEProperty(java.lang.String key,
java.lang.String value)
Sets a VRDE specific property string.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IVRDEServer(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean value)
value
- Booleanpublic AuthType getAuthType()
public void setAuthType(AuthType value)
value
- org.virtualbox_7_0.AuthTypepublic java.lang.Long getAuthTimeout()
public void setAuthTimeout(java.lang.Long value)
value
- Longpublic java.lang.Boolean getAllowMultiConnection()
public void setAllowMultiConnection(java.lang.Boolean value)
value
- Booleanpublic java.lang.Boolean getReuseSingleConnection()
public void setReuseSingleConnection(java.lang.Boolean value)
value
- Booleanpublic java.lang.String getVRDEExtPack()
ISystemProperties.getDefaultVRDEExtPack()
.public void setVRDEExtPack(java.lang.String value)
ISystemProperties.getDefaultVRDEExtPack()
.value
- Stringpublic java.lang.String getAuthLibrary()
ISystemProperties.getVRDEAuthLibrary()
.public void setAuthLibrary(java.lang.String value)
ISystemProperties.getVRDEAuthLibrary()
.value
- Stringpublic java.util.List<java.lang.String> getVRDEProperties()
public static IVRDEServer queryInterface(IUnknown obj)
public void setVRDEProperty(java.lang.String key, java.lang.String value)
key
- Name of the key to set.value
- Value to assign to the key.public java.lang.String getVRDEProperty(java.lang.String key)
key
- Name of the key to get.