SessionData
Object Hierarchy:
Description:
Opaque SessionData data structure.
Namespace: GSignond
Package: gsignond
Content:
Creation methods:
- public SessionData ()
Creates a new instance of SessionData.
- public SessionData.from_variant (Variant variant)
Converts the Variant to SessionData.
Methods:
- public SessionData copy ()
Creates a copy of the dictionary session data.
- public unowned string get_caption ()
A getter for a caption associated with the authentication session.
- public unowned string get_network_proxy ()
A getter for a network proxy setting associated with the authentication session.
- public bool get_network_timeout (out uint32 network_timeout)
A getter for a network timeout setting associated with the authentication session.
- public unowned string get_realm ()
A getter for a realm associated with the authentication session.
- public bool get_renew_token (out bool renew_token)
A getter for a renew token property associated with the authentication session.
- public unowned string get_secret ()
A getter for a secret (e.
- public bool get_ui_policy (out UiPolicy ui_policy)
A getter for UI policy setting associated with the authentication session.
- public unowned string get_username ()
A getter for a username associated with the authentication session.
- public bool get_window_id (out uint32 window_id)
A getter for a window id setting associated with the authentication session.
- public void set_allowed_realms (Sequence realms)
A setter for a list of realms allowed for the identity use.
- public void set_caption (string caption)
A setter for a caption associated with the authentication session.
- public void set_network_proxy (string network_proxy)
A setter for a network proxy setting associated with the authentication session.
- public void set_network_timeout (uint32 network_timeout)
A setter for a network timeout setting associated with the authentication session.
- public void set_realm (string realm)
A setter for a realm associated with the authentication session.
- public void set_renew_token (bool renew_token)
A setter for a renew token property associated with the authentication session.
- public void set_secret (string secret)
A setter for a secret (e.
- public void set_ui_policy (UiPolicy ui_policy)
A getter for UI policy setting associated with the authentication session.
- public void set_username (string username)
A setter for a username associated with the authentication session.
- public void set_window_id (uint32 window_id)
A setter for a window id setting associated with the authentication session.
Inherited Members:
All known members inherited from class GSignond.Dictionary
All known members inherited from class GLib.Object