plugin library

Classes

DummyAuthenticator
A dummy implementation for testing Rikulo Security. It is definitely not a good idea to use this class in the production.
SimpleAccessControl
A simple implementation of the access control. It assumes the user object has a getter called roles which returns a collection of roles (Iterable<String>). Each role is represented as a string. For better performance, it is suggested to be Set<String>.
SimpleUser