Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix p.security.ACLPermitsResult to subclass p.security.PermitsResult #3084

Merged
merged 1 commit into from
Jun 15, 2017

Conversation

mmerickel
Copy link
Member

The IAuthorizationPolicy is expected to return an instance of
PermitsResult and the ACLPermitsResult now subclasses this to
form a consistent class hierarchy.

Similarly the ACLDenied subclasses Denied and ACLAllowed
subclasses Allowed for consistency.

Fixes #3078.

The ``IAuthorizationPolicy`` is expected to return an instance of
``PermitsResult`` and the ``ACLPermitsResult`` now subclasses this to
form a consistent class hierarchy.

Similarly the ``ACLDenied`` subclasses ``Denied`` and ``ACLAllowed``
subclasses ``Allowed`` for consistency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant