Home | Trees | Indices | Help |
|
---|
|
Instance Methods | |||
|
|||
dict
|
|
||
|
|||
dict
|
|
||
str
|
|
||
bool
|
|
||
list
|
|
||
bool
|
|
||
bool
|
|
||
type
|
|
||
dict
|
|
||
dict
|
|
||
bool
|
|
||
|
|||
bool
|
|
||
|
|||
bool
|
|
||
str
|
|
||
str
|
|
||
str
|
|
||
|
|||
|
|||
str
|
|
||
dict
|
|
||
depends on the session profile option requested |
|
||
list
|
|
||
list
|
|
||
obj
|
|
Class Variables | |
defaultSessionProfile = copy.deepcopy(_X2GO_SESSIONPROFILE_DEF
|
Method Details |
Retrieve X2Go session profiles. Base class for the different specific session profile configuration backends.
|
Retrieve the session profile configuration for a given session profile ID (or name)
|
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.
|
Load a session profile set from the configuration storage backend and make it available for this class.
|
Detect a human readable session profile type from the session profile configuration.
|
Check if a given profile name (or ID) is mutable or not.
|
Check if the current session profile backend supports mutable session profiles.
|
List all mutable session profiles.
|
Store session profile data to the storage backend.
|
Get the data type for a specific session profile option.
|
The configuration options for a single session profile.
|
Return a default session profile.
|
Does a session profile of a given profile ID or profile name exist?
|
Render a list of all profile IDs found in the session profiles configuration.
|
Does a session profile of a given profile ID exist? (Faster than has_profile().)
|
Render a list of all profile names found in the session profiles configuration.
|
Does a session profile of a given profile name exist? (Faster than has_profile().)
|
Convert profile name to profile ID.
|
Convert profile ID to profile name.
|
Add a new session profile.
|
Delete a session profile from the configuration file.
|
Update a value in a session profile.
|
Detect the profile ID from a given string which maybe profile ID or profile name.
|
Convert session profile options to X2GoSession constructor method parameters.
|
Get a single X2GoSession parameter from a specific session profile.
|
Retrieve host name of the X2Go Server configured in a session profile.
|
Retrieve SSH port of the X2Go Server configured in a session profile.
|
If available, return a PKey (Paramiko/SSH private key) object.
|
Class Variable Details |
defaultSessionProfile
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 18 15:58:54 2016 | http://epydoc.sourceforge.net |