Bases: keystone.common.controller.V3Controller
Construct a path and pass it to V3Controller.base_url method.
Create a new trust.
The user creating the trust must be the trustor.
Main entry point into the Trust service.
Bases: keystone.common.manager.Manager
Default pivot point for the Trust backend.
See keystone.common.manager.Manager for more details on how this dynamically calls the backend.
Remove a trust.
Raises keystone.exception.TrustNotFound: | |
---|---|
If the trust doesn’t exist. |
Recursively remove given and redelegated trusts
WSGI Routers for the Trust service.