Bases: keystone.common.controller.V3Controller
Authenticate user.
Authenticate user and issue a token.
Bases: object
Encapsulation of “auth” request.
Get the auth method payload.
Returns: | auth method payload |
---|
Returns the identity method names.
Returns: | list of auth method names |
---|
Get scope information.
Verify and return the scoping information.
Returns: | (domain_id, project_id, trust_ref). If scope to a project, (None, project_id, None) will be returned. If scoped to a domain, (domain_id, None,None) will be returned. If scoped to a trust, (None, project_id, trust_ref), Will be returned, where the project_id comes from the trust definition. If unscoped, (None, None, None) will be returned. |
---|
Set scope information.