Infinityd.AccountStorageInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
account_added |
r |
Default signal handler for the |
|
account_removed |
r |
Default signal handler for the |
|
add_account |
r |
Virtual function to add a new account. Can be |
|
get_support |
r |
Virtual function to get the list of supported operations on the backend. |
|
list_accounts |
r |
Virtual function to obtain a list of all available accounts. Can be |
|
login_by_certificate |
r |
Virtual function to look up the account associated with a given certificate. Can be |
|
login_by_password |
r |
Virtual function to check a username and password, and return the associated account. Can be |
|
lookup_accounts |
r |
Virtual function to look up account by their identifier. |
|
lookup_accounts_by_name |
r |
Virtual function to reverse-lookup an account identifier when given the account name. |
|
parent |
r |
||
remove_account |
r |
Virtual function to remove an existing account. Can be |
|
set_certificate |
r |
Set the certificate to be associated to a given account, or |
|
set_password |
r |
Set the password for a given account, or |
Methods¶
None
Details¶
- class Infinityd.AccountStorageInterface¶
The virtual methods and default signal handlers of
Infinityd.AccountStorage
. Implementing these allows an infinote server to set a specific source of user accounts.