Bases: keystone.common.controller.V3Controller
Main entry point into the Policy service.
Bases: keystone.common.manager.Manager
Default pivot point for the Policy backend.
See keystone.common.manager.Manager for more details on how this dynamically calls the backend.
Bases: object
Store a policy blob.
Raises keystone.exception.Conflict: | |
---|---|
If a duplicate policy exists. |
Remove a policy blob.
Raises keystone.exception.PolicyNotFound: | |
---|---|
If the policy doesn’t exist. |
Verify that a user is authorized to perform action.
For more information on a full implementation of this see: keystone.policy.backends.rules.Policy.enforce
Retrieve a specific policy blob.
Raises keystone.exception.PolicyNotFound: | |
---|---|
If the policy doesn’t exist. |
Update a policy blob.
Raises keystone.exception.PolicyNotFound: | |
---|---|
If the policy doesn’t exist. |