Class Privileges
java.lang.Object
org.teamapps.application.server.controlcenter.Privileges
public class Privileges
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static org.teamapps.application.api.privilege.SimplePrivilegeLAUNCH_APPLICATIONstatic org.teamapps.application.api.privilege.StandardPrivilegeGroupLAUNCH_APPLICATION2static org.teamapps.application.api.privilege.StandardPrivilegeGroupLAUNCH_APPLICATION3static org.teamapps.application.api.privilege.StandardPrivilegeGroupLAUNCH_APPLICATION4 -
Constructor Summary
Constructors Constructor Description Privileges() -
Method Summary
Modifier and Type Method Description static java.util.List<org.teamapps.application.api.privilege.PrivilegeGroup>getPrivileges()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
LAUNCH_APPLICATION
public static org.teamapps.application.api.privilege.SimplePrivilege LAUNCH_APPLICATION -
LAUNCH_APPLICATION2
public static org.teamapps.application.api.privilege.StandardPrivilegeGroup LAUNCH_APPLICATION2 -
LAUNCH_APPLICATION3
public static org.teamapps.application.api.privilege.StandardPrivilegeGroup LAUNCH_APPLICATION3 -
LAUNCH_APPLICATION4
public static org.teamapps.application.api.privilege.StandardPrivilegeGroup LAUNCH_APPLICATION4
-
-
Constructor Details
-
Privileges
public Privileges()
-
-
Method Details
-
getPrivileges
public static java.util.List<org.teamapps.application.api.privilege.PrivilegeGroup> getPrivileges()
-