com.nitorcreations.willow.auth.Permissions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of willow-servers Show documentation
Show all versions of willow-servers Show documentation
Willow operational servlets and servers
The newest version!
package com.nitorcreations.willow.auth;
public class Permissions {
public static final AdminPermission ADMIN = new AdminPermission();
public static final MonitorPermission MONITOR = new MonitorPermission();
}