SignonuiData
Object Hierarchy:
Description:
SignonuiData is simply a typedef for Dictionary, which means the developers may also freely use methods associated with that structure, in particular for creating a SignonuiData object with Dictionary.
Namespace: GSignond
Package: gsignond
Content:
Creation methods:
- public SignonuiData ()
Creates a new instance of SignonuiData.
- public SignonuiData.from_variant (Variant variant)
Converts the Variant to SignonuiData.
Methods:
- public SignonuiData copy ()
Creates a copy of the dictionary session data.
- public unowned string? get_captcha_response ()
A getter for the user's response to a captcha query.
- public unowned string? get_captcha_url ()
A getter for the captcha URL.
- public unowned string? get_caption ()
A getter for the caption string.
- public bool get_confirm (out bool confirm)
A getter for the confirm mode.
- public unowned string? get_final_url ()
A getter for the final URL.
- public unowned string? get_forgot_password ()
A getter for the forgot password string which is shown to the user as a link to reset the password or remind him of the password.
- public unowned string? get_forgot_password_url ()
A getter for the forgot password URL, where the user can reset or request a reminder of the password.
- public unowned string? get_message ()
A getter for the message which is show to the user in the signon UI dialog.
- public unowned string? get_open_url ()
A getter for the URL that should be opened by signon UI.
- public unowned string? get_password ()
A getter for the password string.
- public bool get_query_error (out SignonuiError error)
A getter for the UI interaction error.
- public bool get_query_password (out bool query_password)
A getter for the query password property.
- public bool get_query_username (out bool query_username)
A getter for the query username property.
- public bool get_remember_password (out bool remember_password)
A getter for whether the password should be remembered.
- public unowned string? get_request_id ()
A getter for the dialog request id.
- public unowned string? get_test_reply ()
A getter for the test reply values.
- public unowned string? get_title ()
A getter for the UI dialog title.
- public unowned string? get_url_response ()
A getter for the response URL.
- public unowned string? get_username ()
A getter for the username string.
- public void set_captcha_response (string response)
A setter for the user's response to a captcha query.
- public void set_captcha_url (string url)
A setter for the captcha URL.
- public void set_caption (string caption)
A setter for the caption string.
- public void set_confirm (bool confirm)
A setter for the confirm mode.
- public void set_final_url (string url)
A setter for the final URL.
- public void set_forgot_password (string forgot)
A setter for the forgot password string, which is shown to the user as a link to reset the password or remind him of the password.
- public void set_forgot_password_url (string url)
A setter for the forgot password URL, where the user can reset or request a reminder of the password.
- public void set_message (string message)
A setter for the message which is show to the user in the signon UI dialog.
- public void set_open_url (string url)
A setter for the URL that should be opened by signon UI.
- public void set_password (string password)
A setter for the password string.
- public void set_query_error (SignonuiError error)
A setter for the UI interaction error.
- public void set_query_password (bool query)
A setter for the query password property.
- public void set_query_username (bool query)
A setter for the query username property.
- public void set_remember_password (bool remember)
A setter for whether the password should be remembered.
- public void set_request_id (string id)
A setter for the dialog request id.
- public void set_test_reply (string reply)
A setter for the test reply values.
- public void set_title (string title)
A setter for the UI dialog title.
- public void set_url_response (string response)
A getter for the response URL.
- public void set_username (string username)
A setter for the username string.
Inherited Members:
All known members inherited from class GSignond.Dictionary
All known members inherited from class GLib.Object