[
https://issues.apache.org/jira/browse/NIFIREG-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16271837#comment-16271837
]
ASF GitHub Bot commented on NIFIREG-59:
---------------------------------------
GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/44
NIFIREG-59 Migrate Authorizer Exceptions
Replaces Authorizer exception types with more general security provider
exception types.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-59
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/44.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #44
----
commit ab50f966e6a95c58537f3dc2dcc8f6ef7ef019a1
Author: Kevin Doran <[email protected]>
Date: 2017-11-29T23:57:31Z
NIFIREG-59 Migrate Authorizer Exceptions
Replaces Authorizer exception types with more general security
provider exception types.
----
> Migrate Authorizer-specific exceptions to more generic SecurityProvider
> exceptiosn
> ----------------------------------------------------------------------------------
>
> Key: NIFIREG-59
> URL: https://issues.apache.org/jira/browse/NIFIREG-59
> Project: NiFi Registry
> Issue Type: Improvement
> Reporter: Kevin Doran
> Assignee: Kevin Doran
> Priority: Minor
>
> As part of NIFIREG-45, the nifi-registry-security-api was simplified,
> included exception types. New SecurityProviderCreationException and
> SecurityProviderDestructionException types were introduced designed to cover
> all security provider types (Authorizers, IdentityProviders, etc). This
> ticket is to remove the usage of the old, provider-type specific
> creation/destruction exceptions in place of the new types.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)