ph.com.nightowlstudios.auth.UserRole Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of edge Show documentation
Show all versions of edge Show documentation
A simple library for building REST API using Vertx.
package ph.com.nightowlstudios.auth;
/**
* @author Joseph Harvey Angeles - @yev
* @since 9/12/20
*/
public enum UserRole {
User,
Admin,
SuperUser,
GodLike
}