policy Package

policy Package

core Module

Main entry point into the Policy service.

class keystone.policy.core.Driver

Bases: object

enforce(context, credentials, action, target)

Verify that a user is authorized to perform action.

For more information on a full implementation of this see: keystone.common.policy.enforce.

class keystone.policy.core.Manager

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.

Table Of Contents

Previous topic

common Package

Next topic

backends Package

This Page