|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.crowd.console.action.BaseAction
com.atlassian.crowd.console.action.ApplicationBaseAction
com.atlassian.crowd.console.action.application.ViewApplication
com.atlassian.crowd.console.action.application.ViewApplicationUsers
public class ViewApplicationUsers
Adds the ability to search for the users in an application by using the functionality of BrowsePrincipals.
| Field Summary | |
|---|---|
protected java.util.List<User> |
results
Results listObjects. |
protected int |
resultsPerPage
Results per page. |
protected int |
resultsStart
Results start. |
| Fields inherited from class com.atlassian.crowd.console.action.application.ViewApplication |
|---|
aliasingEnabled, applicationDescription, directoryId, ID, logger, lowerCaseOutput, name, password, passwordConfirm, permissionManager, testPassword, testUsername |
| Fields inherited from class com.atlassian.crowd.console.action.BaseAction |
|---|
actionMessageAlertColor, ALERT_BLUE, ALERT_GREEN, ALERT_RED, ALERT_YELLOW, applicationManager, applicationService, clientProperties, crowdLicenseManager, directoryManager, initialLoad, propertyManager, tab, tokenAuthenticationManager |
| Fields inherited from class com.opensymphony.xwork.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
ViewApplicationUsers()
|
|
| Method Summary | |
|---|---|
java.lang.String |
doDefault()
Loads all the basic information needed to populate the form. |
java.lang.String |
getActive()
|
java.lang.String |
getAliasForUser(java.lang.String username)
|
int |
getNextResultsStart()
Gets the next results start. |
int |
getPreviousResultsStart()
Gets the previous results start. |
java.util.List<User> |
getResults()
|
int |
getResultsPerPage()
Gets the results per page. |
int |
getResultsStart()
Gets the results start. |
java.lang.String |
getSearch()
|
void |
setActive(java.lang.String active)
|
void |
setAliasManager(AliasManager aliasManager)
|
void |
setResults(java.util.List<User> results)
|
void |
setResultsPerPage(int resultsPerPage)
Sets the results per page. |
void |
setResultsStart(int resultsStart)
Sets the results start. |
void |
setSearch(java.lang.String search)
|
void |
setUserSearcher(Searcher userSearcher)
|
| Methods inherited from class com.atlassian.crowd.console.action.ApplicationBaseAction |
|---|
getWebItemsForApplication |
| Methods inherited from class com.opensymphony.xwork.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int resultsStart
protected int resultsPerPage
protected java.util.List<User> results
| Constructor Detail |
|---|
public ViewApplicationUsers()
| Method Detail |
|---|
public java.lang.String doDefault()
doDefault in class ViewApplicationpublic int getResultsStart()
public void setResultsStart(int resultsStart)
resultsStart - the results start.public int getNextResultsStart()
public int getPreviousResultsStart()
public int getResultsPerPage()
public void setResultsPerPage(int resultsPerPage)
resultsPerPage - the results per page.public java.util.List<User> getResults()
public void setResults(java.util.List<User> results)
public java.lang.String getActive()
public void setActive(java.lang.String active)
public java.lang.String getSearch()
public void setSearch(java.lang.String search)
public void setUserSearcher(Searcher userSearcher)
public void setAliasManager(AliasManager aliasManager)
public java.lang.String getAliasForUser(java.lang.String username)
throws ApplicationNotFoundException
ApplicationNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||