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
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---