Home | Trees | Indices | Help |
|
---|
|
Instance Methods | |||
dict
|
|
||
|
|||
str
|
|
||
str
|
|
||
dict
|
|
||
|
|||
obj
|
|
||
dict
|
|
||
str
|
|
||
type
|
|
||
list
|
|
||
list
|
|
||
depends on the session profile option requested |
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
|
|||
bool
|
|
||
bool
|
|
||
dict
|
|
||
list
|
|
||
str
|
|
||
str
|
|
||
dict
|
|
||
|
|||
bool
|
|
Class Variables | |
defaultSessionProfile =
|
Properties | |
profile_ids Render a list of all profile IDs found in the session profiles configuration. |
|
profile_names Render a list of all profile names found in the session profiles configuration. |
Method Details |
Retrieve the session profile configuration for a given session profile ID (or name)
|
Retrieve X2Go session profiles. Base class for the different specific session profile configuration backends.
|
Add a new session profile.
|
Detect the profile ID from a given string which maybe profile ID or profile name.
|
Return a default session profile.
|
Delete a session profile from the configuration file.
|
If available, return a PKey (Paramiko/SSH private key) object.
|
The configuration options for a single session profile.
|
Detect a human readable session profile type from the session profile configuration.
|
Get the data type for a specific session profile option.
|
Retrieve host name of the X2Go Server configured in a session profile.
|
Retrieve SSH port of the X2Go Server configured in a session profile.
|
Get a single X2GoSession parameter from a specific session profile.
|
Does a session profile of a given profile ID or profile name exist?
|
Does a session profile of a given profile ID exist? (Faster than has_profile().)
|
Does a session profile of a given profile name exist? (Faster than has_profile().)
|
Some session profile backends (e.g. the broker backends cache dynamic session profile data). On new connections, it is recommented to (re-)initialize these caches.
|
Check if a given profile name (or ID) is mutable or not.
|
List all mutable session profiles.
|
Load a session profile set from the configuration storage backend and make it available for this class.
|
Check if the current session profile backend supports mutable session profiles.
|
Convert profile name to profile ID.
|
Convert profile ID to profile name.
|
Convert session profile options to X2GoSession constructor method parameters.
|
Update a value in a session profile.
|
Store session profile data to the storage backend.
|
Class Variable Details |
defaultSessionProfile
|
Property Details |
profile_idsRender a list of all profile IDs found in the session profiles configuration.
|
profile_namesRender a list of all profile names found in the session profiles configuration.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 21 02:47:11 2014 | http://epydoc.sourceforge.net |