(cherry picked from commit 06cfd13)
Had to create a getter for the Management instance in the AuthMe class for mocking, but fields should generally not be accessed globally. Hopefully soon we will be able to make the field private. (cherry picked from commit f1a0022)
- Proper example for the purpose of javadoc and how it could look like - Fix containsAny to be null safe - Add tests