mirror of https://github.com/apache/nifi.git
f47be77b6a
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 |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
pom.xml |