Ags.PasswordStoreManager¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
class  | 
  | 
  | 
|
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
gobject  | 
r  | 
||
obj_mutex  | 
r  | 
||
password_store  | 
[  | 
r  | 
|
salt  | 
r  | 
Class Details¶
- class Ags.PasswordStoreManager(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod get_instance()¶
 - Returns:
 - Return type:
 
Get instance.
New in version 3.0.0.
- classmethod new()¶
 - Returns:
 a new
Ags.PasswordStoreManager- Return type:
 
Creates an
Ags.PasswordStoreManagerNew in version 3.0.0.
- add_password_store(password_store)¶
 - Parameters:
 password_store (
GObject.Object) – theGObject.ObjectimplementingAgs.PasswordStore
Add password_store to self.
New in version 3.0.0.
- check_password(user_uuid, password)¶
 - Parameters:
 - Returns:
 - Return type:
 
Check password to be valid for user_uuid.
New in version 3.0.0.
- get_password_store()¶
 - Returns:
 the
GLib.List-struct containingGObject.ObjectimplementingAgs.PasswordStore- Return type:
 
Get password_store.
New in version 3.0.0.
- remove_password_store(password_store)¶
 - Parameters:
 password_store (
GObject.Object) – theGObject.ObjectimplementingAgs.PasswordStore
Remove password_store from self.
New in version 3.0.0.