Bases: keystone.assignment.core.Driver
Called when the group was deleted.
Any role assignments for the group should be cleaned up.
Bases: object
Role Grant model.
Bases: keystone.common.ldap.core.ProjectLdapStructureMixin, keystone.common.ldap.core.EnabledEmuMixIn, keystone.common.ldap.core.BaseLdap
alias of Project
Bases: keystone.assignment.role_backends.ldap.RoleLdapStructureMixin, keystone.common.ldap.core.BaseLdap
Bases: keystone.assignment.core.Driver
Bases: object
Bases: sqlalchemy.ext.declarative.api.Base, keystone.common.sql.core.DictBase
Override parent to_dict() method with a simpler implementation.
RoleAssignment doesn’t have non-indexed ‘extra’ attributes, so the parent implementation is not applicable.