package flapjack.auth; /** * The available user roles in the system * * @author Ray Vanderborght */ public enum Role { USER, ADMIN }