[
https://issues.apache.org/jira/browse/NIFI-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15287726#comment-15287726
]
ASF GitHub Bot commented on NIFI-1884:
--------------------------------------
GitHub user bbende opened a pull request:
https://github.com/apache/nifi/pull/452
NIFI-1884 Defining API for Users, Groups, and Policies
This pull request introduces the concept of a MutableAuthorizer which is an
interface that extends the recently introduced Authorizer. A MutableAuthorizer
has the ability to manage users, groups, and policies. In addition this PR
introduces the classes for user, group, and access policy.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbende/nifi NIFI-1884
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/452.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 #452
----
commit 2c9510ba4a2c3b42811606528a98f4b5ed7d09ac
Author: Bryan Bende <[email protected]>
Date: 2016-05-16T21:11:41Z
NIFI-1884 Defining API for Users, Groups, and Policies
----
> Add User & Group API
> --------------------
>
> Key: NIFI-1884
> URL: https://issues.apache.org/jira/browse/NIFI-1884
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core Framework
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
> Fix For: 1.0.0
>
>
> Define the API for managing users, groups, and policies.
> This is to advance the work described in this feature proposal:
> https://cwiki.apache.org/confluence/display/NIFI/Support+Authorizer+API
> The parent JIRA for all authorization work is NIFI-1550.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)