SourceCredentialsProviderImpl
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_source_credentials_provider_impl_get_type ()" ) ]
[
Version ( since =
"3.16" ) ]
public abstract class SourceCredentialsProviderImpl :
Extension
Credentials provider implementation base structure.
The descendants implement the virtual methods. The descendants are automatically registered into an
SourceCredentialsProvider.
Content:
Creation methods:
Methods:
- public virtual bool can_process (Source source)
Returns whether the this can process
credentials for the source
.
- public virtual bool can_prompt ()
Returns whether credential prompt can be done for the
this.
- public virtual bool can_store ()
Returns whether the this can store
credentials.
- public virtual bool delete_sync (Source source, Cancellable? cancellable = null) throws Error
Asks this to delete any stored
credentials for source
.
- public void* get_provider ()
- public virtual bool lookup_sync (Source source, Cancellable? cancellable, out NamedParameters out_credentials) throws Error
Asks this to lookup for stored
credentials for source
.
- public virtual bool store_sync (Source source, NamedParameters credentials, bool permanently, Cancellable? cancellable = null) throws Error
Asks this to store credentials
for source
.
Inherited Members:
All known members inherited from class E.Extension
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref