public class ViewApplicationUsers extends ViewApplication
ViewApplication.ApplicationLinkDTO
Modifier and Type | Field and Description |
---|---|
protected List<User> |
results
Results listObjects.
|
protected int |
resultsPerPage
Results per page.
|
protected int |
resultsStart
Results start.
|
aliasingEnabled, applicationDescription, applicationLicensingEnabledChecker, applicationLicensingService, applicationLinkServiceSupplier, availableApplinks, directoryId, ID, logger, lowerCaseOutput, name, password, passwordConfirm, permissionManager, selectedApplinkId, showLicensing, syncIntervalInMin, testPassword, testUsername, type
actionHelper, actionMessageAlertColor, ALERT_BLUE, ALERT_GREEN, ALERT_RED, ALERT_YELLOW, applicationManager, applicationService, clientProperties, crowdLicenseManager, directoryManager, initialLoad, propertyManager, rememberMeService, SMALL_AVATAR_SIZE, smallAvatarUrl, tab, tokenAuthenticationManager
Constructor and Description |
---|
ViewApplicationUsers() |
Modifier and Type | Method and Description |
---|---|
String |
execute()
Loads all the basic information needed to populate the form.
|
String |
getActive() |
String |
getAliasForUser(String username) |
int |
getNextResultsStart()
Gets the next results start.
|
int |
getPreviousResultsStart()
Gets the previous results start.
|
List<User> |
getResults() |
int |
getResultsPerPage()
Gets the results per page.
|
int |
getResultsStart()
Gets the results start.
|
String |
getSearch() |
void |
setActive(String active) |
void |
setAliasManager(AliasManager aliasManager) |
void |
setResults(List<User> results) |
void |
setResultsPerPage(int resultsPerPage)
Sets the results per page.
|
void |
setResultsStart(int resultsStart)
Sets the results start.
|
void |
setSearch(String search) |
void |
setUserSearcher(Searcher userSearcher) |
configTest, getAllowAllToAuthenticateOption, getApplication, getApplicationByName, getApplicationDescription, getAvailableApplinks, getCrowdId, getDirectoryId, getGroupMappingsForApplication, getID, getIsIncrementalSyncAvailable, getName, getPassword, getPasswordConfirm, getSelectedApplinkId, getSyncIntervalInMin, getTestPassword, getTestUsername, getUnsubscribedDirectories, getUnsubscribedGroups, hasPermission, isActive, isAliasingEnabled, isCachedDirectoriesAuthenticationOrderOptimisationEnabled, isCrowdApplication, isLowerCaseOutput, isMembershipAggregationEnabled, isPluginApplication, isShowLicensing, isTestAuthentication, isValidTestAuthentication, permissionEnabledGlobally, processGeneral, setActive, setAliasingEnabled, setApplicationDescription, setApplicationLicensingEnabledChecker, setApplicationLicensingService, setApplicationLinkServiceSupplier, setCachedDirectoriesAuthenticationOrderOptimisationEnabled, setDirectoryId, setID, setLowerCaseOutput, setMembershipAggregationEnabled, setName, setPassword, setPasswordConfirm, setPermissionManager, setSelectedApplinkId, setSyncIntervalInMin, setTestPassword, setTestUsername, toAppLinksType
getWebItemsForApplication
addActionError, addActionMessage, applyFieldError, applyFieldErrors, authorisedToAccessCrowdAdminConsole, authorisedToAccessCrowdConsole, containsActionMessages, containsErrorMessages, directory, findAvatarUrl, getActionMessageAlertColor, getBootstrapManager, getCrowdApplication, getCurrentLicenseResourceTotal, getDisplayableLink, getHttpRequest, getImageLocation, getImageTitle, getLabel, getLicense, getLink, getLocaleProvider, getPasswordComplexityMessage, getRemoteUser, getSession, getSitemeshPageProperties, getSmallAvatarUrl, getTab, getText, getText, getTextProvider, getUserName, getWebFragmentsContextMap, getWebInterfaceManager, getWebItemsForSection, getWebResourceManager, getWebSectionsForLocation, getXsrfToken, getXsrfTokenName, isAtResourceLimit, isAuthenticated, isEvaluation, isGroupAdmin, isInitialLoad, isLicenseExpired, isRestartRequiredToEnableClustering, isSubscription, isSysAdmin, isWithinGracePeriod, renderFreemarkerTemplate, resolveAvatarUri, setActionHelper, setApplicationManager, setApplicationService, setClientProperties, setClusterService, setCrowdApplication, setCrowdLicenseManager, setDirectoryManager, setPropertyManager, setRememberMeService, setTab, setTokenAuthenticationManager, setWebInterfaceManager, setWebResourceManager, setXsrfTokenGenerator
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
protected int resultsStart
protected int resultsPerPage
public String execute()
execute
in interface com.opensymphony.xwork2.Action
execute
in class ViewApplication
public 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 String getActive()
public void setActive(String active)
public String getSearch()
public void setSearch(String search)
public void setUserSearcher(Searcher userSearcher)
public void setAliasManager(AliasManager aliasManager)
public String getAliasForUser(String username) throws ApplicationNotFoundException
ApplicationNotFoundException
Copyright © 2020 Atlassian. All rights reserved.