nifi/nifi-framework-api/src
Kevin Doran 81d3f6f326
NIFI-4740 Fix User Group Data Integrity Checks. This closes #2378
Removes user existence check from FileUserGroupProvider when
group is created or updated. Replaces it with check in the
Authorizer Decorator class created by Authorizer Factory, so
that all providers are used.

Also fixes bug when searching for group membership by user
that returns results across all providers.
2018-01-05 14:22:35 -05:00
..
main/java/org/apache/nifi NIFI-4740 Fix User Group Data Integrity Checks. This closes #2378 2018-01-05 14:22:35 -05:00
test/java/org/apache/nifi NIFI-3653: - Introducing UserGroup and Policy provider interfaces. 2017-06-09 13:54:10 -04:00