Uses of Interface
org.alfresco.repo.admin.SysAdminParams
Packages that use SysAdminParams
Package
Description
FileSystem
DesktopAction
AlfrescoDiskDriver
MultiTenantShareMapper
The Alfesco filesystem to repository translation layer
The implementation of the Alfresco Imap Server
The implementation of the Invitation Service.
The implementation of the Invitation Service for Web Site resources.
Provides the implementation of the site service which is used to provide services used by the sites of the
Share interface.
Provides the public facing interfaces of the Services of the Alfresco Repository.
-
Uses of SysAdminParams in org.alfresco.filesys.alfresco
Methods in org.alfresco.filesys.alfresco that return SysAdminParamsMethods in org.alfresco.filesys.alfresco with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidAlfrescoContext.setSysAdminParams(SysAdminParams sysAdminParams) -
Uses of SysAdminParams in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidContentDiskDriver.setSysAdminParams(SysAdminParams sysAdminParams) Sets the sys admin params. -
Uses of SysAdminParams in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidMailActionExecuter.setSysAdminParams(SysAdminParams sysAdminParams) voidScriptActionExecuter.setSysAdminParams(SysAdminParams sysAdminParams) Constructors in org.alfresco.repo.action.executer with parameters of type SysAdminParams -
Uses of SysAdminParams in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidAbstractFeedGenerator.setSysAdminParams(SysAdminParams sysAdminParams) voidFeedNotifierImpl.setSysAdminParams(SysAdminParams sysAdminParams) Constructors in org.alfresco.repo.activities.feed with parameters of type SysAdminParams -
Uses of SysAdminParams in org.alfresco.repo.admin
Classes in org.alfresco.repo.admin that implement SysAdminParams -
Uses of SysAdminParams in org.alfresco.repo.imap
Methods in org.alfresco.repo.imap with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidImapServiceImpl.setSysAdminParams(SysAdminParams sysAdminParams) -
Uses of SysAdminParams in org.alfresco.repo.invitation
Methods in org.alfresco.repo.invitation with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidInvitationServiceImpl.setSysAdminParams(SysAdminParams sysAdminParams) -
Uses of SysAdminParams in org.alfresco.repo.invitation.site
Fields in org.alfresco.repo.invitation.site declared as SysAdminParams -
Uses of SysAdminParams in org.alfresco.repo.jscript
Constructors in org.alfresco.repo.jscript with parameters of type SysAdminParams -
Uses of SysAdminParams in org.alfresco.repo.jscript.app
Methods in org.alfresco.repo.jscript.app with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidVtiServerCustomResponse.setSysAdminParams(SysAdminParams sysAdminParams) Setter for sysAdminParams -
Uses of SysAdminParams in org.alfresco.repo.processor
Methods in org.alfresco.repo.processor with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidScriptServiceImpl.setSysAdminParams(SysAdminParams sysAdminParams) Set the sysAdminParams -
Uses of SysAdminParams in org.alfresco.repo.security.authentication
Methods in org.alfresco.repo.security.authentication with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidAbstractAuthenticationService.setSysAdminParams(SysAdminParams sysAdminParams) voidResetPasswordServiceImpl.setSysAdminParams(SysAdminParams sysAdminParams) Deprecated. -
Uses of SysAdminParams in org.alfresco.repo.security.authentication.identityservice.authentication
Constructors in org.alfresco.repo.security.authentication.identityservice.authentication with parameters of type SysAdminParamsModifierConstructorDescriptionAdminAuthenticationCookiesService(SysAdminParams sysAdminParams, int cookieLifetime) -
Uses of SysAdminParams in org.alfresco.repo.security.sync
Methods in org.alfresco.repo.security.sync that return SysAdminParamsMethods in org.alfresco.repo.security.sync with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidChainingUserRegistrySynchronizer.setSysAdminParams(SysAdminParams sysAdminParams) -
Uses of SysAdminParams in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return SysAdminParams -
Uses of SysAdminParams in org.alfresco.repo.site
Methods in org.alfresco.repo.site with parameters of type SysAdminParamsModifier and TypeMethodDescriptionvoidSiteServiceImpl.setSysAdminParams(SysAdminParams sysAdminParams) -
Uses of SysAdminParams in org.alfresco.service
Methods in org.alfresco.service that return SysAdminParamsModifier and TypeMethodDescriptionServiceRegistry.getSysAdminParams()Deprecated.This method has been deprecated as it would return an object that is not part of the public API. -
Uses of SysAdminParams in org.alfresco.util
Methods in org.alfresco.util with parameters of type SysAdminParamsModifier and TypeMethodDescriptionstatic StringUrlUtil.getAlfrescoUrl(SysAdminParams sysAdminParams) Builds up the Url to Alfresco based on the settings in theSysAdminParams.static StringUrlUtil.getApiExplorerUrl(SysAdminParams sysAdminParams) static StringUrlUtil.getApiExplorerUrl(SysAdminParams sysAdminParams, String requestURL, String requestURI) Builds URL to Api-Explorer based on the request only if the URL property is not providedSysAdminParams.static StringUrlUtil.getShareUrl(SysAdminParams sysAdminParams) Builds up the Url to Share based on the settings in theSysAdminParams.static StringUrlUtil.replaceAlfrescoUrlPlaceholder(String value, SysAdminParams sysAdminParams) static StringUrlUtil.replaceShareUrlPlaceholder(String value, SysAdminParams sysAdminParams) Replaces the share url placeholder, namely ${shareUrl}, with share url.