b.c.CredentialStore(object) : class documentation

Part of bzrlib.config View In Hierarchy

Known subclasses: bzrlib.config.PlainTextCredentialStore, bzrlib.plugins.netrc_credential_store.NetrcCredentialStore, bzrlib.tests.test_config.CountingCredentialStore, bzrlib.tests.test_config.StubCredentialStore

An abstract class to implement storage for credentials
Method decode_password Returns a clear text password for the provided credentials.
Method get_credentials Return the matching credentials from this credential store.
def decode_password(self, credentials):
Returns a clear text password for the provided credentials.
def get_credentials(self, scheme, host, port=None, user=None, path=None, realm=None):
Return the matching credentials from this credential store.

This method is only called on fallback credential stores.

API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.