[
https://issues.apache.org/jira/browse/NIFI-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328208#comment-15328208
]
ASF GitHub Bot commented on NIFI-1952:
--------------------------------------
GitHub user jtstorck opened a pull request:
https://github.com/apache/nifi/pull/526
NIFI-1952 Create REST endpoints for user/group/policy management
created REST Resources for users, groups, and access policies
added Authorizables for users, groups, and access policies
added methods to DtoFactory and EntityFactory to create objects for users,
groups, and access policies
extracted anonymous AuthorizableLookup impl in
StandardNiFiServiceFacade.java to a protected class to make the lookup call
mockable in tests
added methods to manage users/groups/access policies to
StandardNiFiServiceFacade
added StandardNiFiServiceFacadeSpec to unit-test management of
users/groups/access policies
added implementations for UserDAO, GroupDAO, AccessPolicyDAO.
added spring config for user/group/policy resources and daos
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jtstorck/nifi NIFI-1952
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/526.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 #526
----
commit 81971e80bae4b7b4a5084984090b52489c4451b7
Author: Jeff Storck <[email protected]>
Date: 2016-06-02T20:33:05Z
NIFI-1952 Create REST endpoints for user/group/policy management
created REST Resources for users, groups, and access policies
added Authorizables for users, groups, and access policies
added methods to DtoFactory and EntityFactory to create objects for users,
groups, and access policies
extracted anonymous AuthorizableLookup impl in
StandardNiFiServiceFacade.java to a protected class to make the lookup call
mockable in tests
added methods to manage users/groups/access policies to
StandardNiFiServiceFacade
added StandardNiFiServiceFacadeSpec to unit-test management of
users/groups/access policies
added implementations for UserDAO, GroupDAO, AccessPolicyDAO.
added spring config for user/group/policy resources and daos
----
> Create REST endpoints for user/group/policy management
> ------------------------------------------------------
>
> Key: NIFI-1952
> URL: https://issues.apache.org/jira/browse/NIFI-1952
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core Framework
> Affects Versions: 1.0.0
> Reporter: Jeff Storck
> Assignee: Jeff Storck
> Fix For: 1.0.0
>
>
> REST endpoints are needed to provide CRUD capability for mutable authorizers
> (extensions of AbstractPolicyBasedAuthorizer) to manage users, groups, and
> policies.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)