Bases: sqlalchemy.orm.decl_api.Base
, keystone.common.sql.core.ModelDictMixin
Expiring group membership through federation mapping rules.
Bases: sqlalchemy.orm.decl_api.Base
, keystone.common.sql.core.ModelDictMixin
Bases: sqlalchemy.orm.decl_api.Base
, keystone.common.sql.core.ModelDictMixinWithExtras
Bases: sqlalchemy.orm.decl_api.Base
, keystone.common.sql.core.ModelDictMixin
Bases: sqlalchemy.orm.decl_api.Base
, keystone.common.sql.core.ModelDictMixin
SQL data model for nonlocal users (LDAP and custom).
Bases: sqlalchemy.orm.decl_api.Base
, keystone.common.sql.core.ModelDictMixin
Bases: sqlalchemy.orm.decl_api.Base
, keystone.common.sql.core.ModelDictMixinWithExtras
Return whether user is enabled or not.
Override from_dict to remove password_expires_at attribute.
Overriding this method to remove password_expires_at attribute to support update_user and unit tests where password_expires_at inadvertently gets added by calling to_dict followed by from_dict.
user_dict – User entity dictionary
User object
Return the current user name.
Return the current password.
Return when password was created at.
Return when password expires at.
Return whether password is expired or not.
Return the current password ref.
Bases: sqlalchemy.orm.decl_api.Base
, keystone.common.sql.core.ModelDictMixin
Group membership join table.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.