mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 01:58:32 +00:00
- Defining API for Users, Groups, and Policies - Updating hashCode and equals methods - Documenting that returned sets are unmodifiable - Adding builders and unit tests - Refactoring update methods in MutableAuthorizer to not take a string id - Refactoring builders to use constructors for seeding - Fixing toString() methods and cleaning up constructors that don't need to worry about null sets - Changing MutableAuthorizer to an abstract class and providing implementation of authorize - This closes #452