8. Credential Store plugin development¶
The CredentialStorePlugin
base class
enables rapid credential store plugin development by providing a base class that implements common credential store
plugin functionality that any such plugin should possess. There are also helper functions and Python decorators for
simplifying frequent tasks.
New in version 1.2.0.
- 8.1. Common configuration options
- 8.2. Plugin development
- 8.3. CredentialStorePlugin
- 8.3.1. CredentialStorePlugin way of working
- 8.3.2. CredentialStorePlugin methods and attributes
RemoteAppInfo
InvalidUsageException
CredentialStorePlugin
CredentialStorePlugin.authentication_username
CredentialStorePlugin.authentication_password
CredentialStorePlugin.connection
CredentialStorePlugin.cookie
CredentialStorePlugin.session_cookie
CredentialStorePlugin.account
CredentialStorePlugin.asset
CredentialStorePlugin.remote_app_account
CredentialStorePlugin.remote_app_asset
CredentialStorePlugin.do_get_password_list()
CredentialStorePlugin.do_get_private_key_list()
CredentialStorePlugin.do_authentication_completed()
CredentialStorePlugin.do_check_in_credential()
CredentialStorePlugin.do_session_ended()
CredentialStorePlugin.do_get_remote_app_credentials()
CredentialStorePlugin._generate_accounts()
CredentialStorePlugin._generate_assets()