Class Permissions
- java.lang.Object
-
- org.webswing.server.services.rest.resources.model.Permissions
-
public class Permissions extends Object
Permissions map. * key - string * value - boolean
-
-
Constructor Summary
Constructors Constructor Description Permissions()
-
Method Summary
-
-
-
Method Detail
-
dashboard
public Permissions dashboard(Boolean dashboard)
-
getDashboard
public Boolean getDashboard()
-
setDashboard
public void setDashboard(Boolean dashboard)
-
configView
public Permissions configView(Boolean configView)
-
getConfigView
public Boolean getConfigView()
-
setConfigView
public void setConfigView(Boolean configView)
-
configSwingEdit
public Permissions configSwingEdit(Boolean configSwingEdit)
-
getConfigSwingEdit
public Boolean getConfigSwingEdit()
-
setConfigSwingEdit
public void setConfigSwingEdit(Boolean configSwingEdit)
-
sessions
public Permissions sessions(Boolean sessions)
-
getSessions
public Boolean getSessions()
-
setSessions
public void setSessions(Boolean sessions)
-
configEdit
public Permissions configEdit(Boolean configEdit)
-
getConfigEdit
public Boolean getConfigEdit()
-
setConfigEdit
public void setConfigEdit(Boolean configEdit)
-
start
public Permissions start(Boolean start)
-
getStart
public Boolean getStart()
-
setStart
public void setStart(Boolean start)
-
stop
public Permissions stop(Boolean stop)
-
getStop
public Boolean getStop()
-
setStop
public void setStop(Boolean stop)
-
remove
public Permissions remove(Boolean remove)
-
getRemove
public Boolean getRemove()
-
setRemove
public void setRemove(Boolean remove)
-
create
public Permissions create(Boolean create)
-
getCreate
public Boolean getCreate()
-
setCreate
public void setCreate(Boolean create)
-
logsView
public Permissions logsView(Boolean logsView)
-
getLogsView
public Boolean getLogsView()
-
setLogsView
public void setLogsView(Boolean logsView)
-
-