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 authentication method names.
Returns: | list of auth method names |
---|
Get scope information.
Verify and return the scoping information.
Returns: | (domain_id, project_id). If scope to a project, (None, project_id) will be returned. If scope to a domain, (domain_id, None) will be returned. If unscope, (None, None) will be returned. |
---|
Set scope information.