public final class BrowseUnsyncedUsersAction extends ConfluenceActionSupport implements Tabbed
PersonService
.
An unsynced user is a user whose account has been disconnected from an external directory, i.e. a user who has a known mapping but no backing user,
but who has not yet been deleted from the application.accessModeService, CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, messageHolder, permissionManager, permitted, personService, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager
Constructor and Description |
---|
BrowseUnsyncedUsersAction() |
Modifier and Type | Method and Description |
---|---|
String |
doUserSearch() |
String |
execute() |
PageRequest |
getPageRequest() |
PageResponse<Person> |
getPageResponse() |
int |
getResultsPerPage() |
List<com.atlassian.core.util.PairType> |
getResultsPerPageOptions() |
String |
getSearchTerm() |
String |
getSelectedTab()
Returns the key of the tab that should be selected when rendering.
|
boolean |
isShowAll() |
void |
setPageResponse(PageResponse<Person> pageResponse) |
void |
setResultsPerPage(int resultsPerPage) |
void |
setSearchTerm(String searchTerm) |
void |
setStartIndex(int startIndex) |
String |
showAllUsers() |
void |
validate() |
addActionError, addActionMessage, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getAccessMode, getActionName, getActionName, getAuthenticatedUser, getBootstrapManager, getCancel, getCancelResult, getConfluenceAccessManager, getContext, getCurrentRequest, getCurrentSession, getDateFormatSetting, getDateFormatter, getDefaultResourceBundle, getDefaultTimeZone, getDocLink, getEventManager, getFriendlyDateFormatter, getFrontendServiceURL, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageJs, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getMessageHolder, getNiceContentType, getPermissionManager, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPersonService, getPreviousLoginDate, getRemoteUser, getSession, getSystemInformationService, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUserAccessor, getUserByName, getUserFullName, getUserHasBrowseUsersPermission, getUserHasLicensedAccess, getUserInterfaceState, getUserLocaleDefaultDatePattern, getUserProfilePicUrl, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermitted, isPrintableVersion, isSkipAccessCheck, isUserStatusPluginEnabled, isUsingH2, isUsingHSQL, setAccessModeService, setApiDateFormatService, setApiPersonService, setBootstrapManager, setCancel, setConfluenceAccessManager, setContentUiSupport, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setMessageHolder, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setServletRequestSupplier, setSettingsManager, setSkipAccessCheck, setSpacePermissionManager, setSystemInformationService, setTimeZoneManager, setUserAccessor, setWebInterfaceManager, withServletRequestSupplier
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors
public String execute()
execute
in interface com.opensymphony.xwork.Action
execute
in class com.opensymphony.xwork.ActionSupport
@XsrfProtectionExcluded public String doUserSearch()
public String showAllUsers()
public void validate()
validate
in interface MessageHolderAware
validate
in interface com.opensymphony.xwork.Validateable
validate
in class com.opensymphony.xwork.ActionSupport
public PageRequest getPageRequest()
public boolean isShowAll()
public int getResultsPerPage()
public String getSearchTerm()
public void setSearchTerm(String searchTerm)
public void setResultsPerPage(int resultsPerPage)
public List<com.atlassian.core.util.PairType> getResultsPerPageOptions()
public void setStartIndex(int startIndex)
public PageResponse<Person> getPageResponse()
public void setPageResponse(PageResponse<Person> pageResponse)
public String getSelectedTab()
Tabbed
e.g. "search" or "create" for the browseusers.vm
getSelectedTab
in interface Tabbed
Copyright © 2003–2020 Atlassian. All rights reserved.