@StrictBinding
@UrlBinding(value="/action/user/{$event}")
public class UserActionBean
extends Object
implements net.sourceforge.stripes.action.ActionBean
| Constructor and Description |
|---|
UserActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
authorizations() |
net.sourceforge.stripes.action.Resolution |
cancel() |
net.sourceforge.stripes.action.Resolution |
defaultResolution() |
net.sourceforge.stripes.action.Resolution |
delete() |
net.sourceforge.stripes.action.Resolution |
edit() |
List<Group> |
getAllGroups() |
Application |
getApplication() |
Authorizations.ApplicationCache |
getApplicationCache() |
List<Application> |
getApplications() |
Set<ApplicationLayer> |
getAuthorizedAppLayers() |
Set<ConfiguredComponent> |
getAuthorizedComponents() |
Set<ApplicationLayer> |
getAuthorizedEditableAppLayers() |
Set<Layer> |
getAuthorizedEditableLayers() |
Set<Layer> |
getAuthorizedLayers() |
Set<Level> |
getAuthorizedLevels() |
net.sourceforge.stripes.action.ActionBeanContext |
getContext() |
Map<String,String> |
getDetails() |
String |
getDir() |
org.json.JSONArray |
getFilter() |
net.sourceforge.stripes.action.Resolution |
getGridData() |
List<String> |
getGroups() |
org.json.JSONArray |
getIpJSON() |
List<String> |
getIps() |
int |
getLimit() |
int |
getPage() |
String |
getPassword() |
String |
getSort() |
int |
getStart() |
User |
getUser() |
String |
getUsername() |
void |
load() |
net.sourceforge.stripes.action.Resolution |
save() |
void |
setAllGroups(List<Group> allGroups) |
void |
setApplication(Application application) |
void |
setAuthorizedComponents(Set<ConfiguredComponent> authorizedComponents) |
void |
setContext(net.sourceforge.stripes.action.ActionBeanContext context) |
void |
setDetails(Map<String,String> details) |
void |
setDir(String dir) |
void |
setFilter(org.json.JSONArray filter) |
void |
setGroups(List<String> groups) |
void |
setIpJSON(org.json.JSONArray ipJSON) |
void |
setIps(List<String> ips) |
void |
setLimit(int limit) |
void |
setPage(int page) |
void |
setPassword(String password) |
void |
setSort(String sort) |
void |
setStart(int start) |
void |
setUser(User user) |
void |
setUsername(String username) |
void |
validate(net.sourceforge.stripes.validation.ValidationErrors errors) |
public net.sourceforge.stripes.action.ActionBeanContext getContext()
getContext in interface net.sourceforge.stripes.action.ActionBeanpublic void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
setContext in interface net.sourceforge.stripes.action.ActionBeanpublic User getUser()
public void setUser(User user)
public String getUsername()
public void setUsername(String username)
public String getDir()
public void setDir(String dir)
public org.json.JSONArray getFilter()
public void setFilter(org.json.JSONArray filter)
public int getLimit()
public void setLimit(int limit)
public int getPage()
public void setPage(int page)
public String getSort()
public void setSort(String sort)
public int getStart()
public void setStart(int start)
public String getPassword()
public void setPassword(String password)
public org.json.JSONArray getIpJSON()
public void setIpJSON(org.json.JSONArray ipJSON)
@DefaultHandler @HandlesEvent(value="default") @DontValidate public net.sourceforge.stripes.action.Resolution defaultResolution()
@Before(stages=BindingAndValidation) public void load()
@DontValidate public net.sourceforge.stripes.action.Resolution edit()
@DontBind public net.sourceforge.stripes.action.Resolution cancel()
@ValidationMethod(on="save")
public void validate(net.sourceforge.stripes.validation.ValidationErrors errors)
throws Exception
Exception@DontValidate public net.sourceforge.stripes.action.Resolution delete()
@DontValidate
public net.sourceforge.stripes.action.Resolution getGridData()
throws org.json.JSONException
org.json.JSONExceptionpublic Application getApplication()
public void setApplication(Application application)
public List<Application> getApplications()
public Set<ApplicationLayer> getAuthorizedAppLayers()
public Set<ApplicationLayer> getAuthorizedEditableAppLayers()
public Authorizations.ApplicationCache getApplicationCache()
public Set<ConfiguredComponent> getAuthorizedComponents()
public void setAuthorizedComponents(Set<ConfiguredComponent> authorizedComponents)
public net.sourceforge.stripes.action.Resolution authorizations()
Copyright © 2017. All rights reserved.