[
https://issues.apache.org/jira/browse/NIFI-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15344365#comment-15344365
]
ASF subversion and git services commented on NIFI-1952:
-------------------------------------------------------
Commit f47be77b6a8b45b878777a45ba776d67e4d9504f in nifi's branch
refs/heads/master from [~jtstorck]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=f47be77 ]
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
Updated user/group/policy creation via REST resources, no longer requires the
use of the revision manager
updated StandardNiFiServiceFacadeSpec based on user/group/policy creation
changes
condensed user/group/policy DAOs to a single DAO
(StandardPolicyBasedAuthorizerDAO)
fixed spring config of user/group/policy REST resources
Updated to return ComponentEntity objects instead of just their IDs
mid-progress on updating tests
updated code and tests to return component entities from REST endpoints for
users, groups, policies
This closes #526
> 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)