keystone.credential.backends.sql.Credential[source]¶Bases: keystone.credential.backends.base.CredentialDriverBase
keystone.credential.backends.sql.CredentialModel(*args, **kwargs)[source]¶Bases: sqlalchemy.ext.declarative.api.Base, keystone.common.sql.core.ModelDictMixinWithExtras
attributes = ['id', 'user_id', 'project_id', 'encrypted_blob', 'type', 'key_hash']¶encrypted_blob¶extra¶id¶key_hash¶project_id¶type¶user_id¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.