Class SimpleAuthorizationHandler<T>

java.lang.Object
com.codingchili.core.protocol.SimpleAuthorizationHandler<T>
All Implemented Interfaces:
AuthorizationHandler<T>

public class SimpleAuthorizationHandler<T> extends Object implements AuthorizationHandler<T>
Maps roles to routes.

A route with an access level of 25 is not accessible by other roles with the same access level. To share a single route with multiple roles with the same access level assign multiple roles to a route.

A role with a higher access level may execute any route protected by a role with a weaker access level.