Main entry point into the Policy service.
Bases: object
Store a policy blob.
Raises : | keystone.exception.Conflict |
---|
Remove a policy blob.
Raises : | keystone.exception.PolicyNotFound |
---|
Verify that a user is authorized to perform action.
For more information on a full implementation of this see: keystone.common.policy.enforce.
Retrieve a specific policy blob.
Raises : | keystone.exception.PolicyNotFound |
---|
List all policies.
Update a policy blob.
Raises : | keystone.exception.PolicyNotFound |
---|
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.