Uses of Interface
org.alfresco.service.cmr.security.AuthenticationService
Packages that use AuthenticationService
Package
Description
The Alfresco file system interface implementation
The Alfesco filesystem to repository translation layer
The implementation of the Alfresco Imap Server
-
Uses of AuthenticationService in org.alfresco.filesys
Methods in org.alfresco.filesys that return AuthenticationServiceModifier and TypeMethodDescriptionprotected final AuthenticationServiceAbstractServerConfigurationBean.getAuthenticationService()Return the authentication servicefinal AuthenticationServiceAlfrescoConfigSection.getAuthenticationService()Return the authentication serviceMethods in org.alfresco.filesys with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidAbstractServerConfigurationBean.setAuthenticationService(AuthenticationService authenticationService) Set the authentication service -
Uses of AuthenticationService in org.alfresco.filesys.auth.ftp
Methods in org.alfresco.filesys.auth.ftp that return AuthenticationServiceModifier and TypeMethodDescriptionprotected final AuthenticationServiceFTPAuthenticatorBase.getAuthenticationService()Return the authentication serviceMethods in org.alfresco.filesys.auth.ftp with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidFTPAuthenticatorBase.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return AuthenticationServiceModifier and TypeMethodDescriptionfinal AuthenticationServiceContentDiskDriver.getAuthenticationService()Return the authentication servicefinal AuthenticationServiceContentDiskDriver2.getAuthenticationService()Return the authentication serviceMethods in org.alfresco.filesys.repo with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidContentDiskDriver.setAuthenticationService(AuthenticationService authService) Set the authentication servicevoidContentDiskDriver2.setAuthenticationService(AuthenticationService authService) Set the authentication service -
Uses of AuthenticationService in org.alfresco.opencmis
Methods in org.alfresco.opencmis that return AuthenticationServiceMethods in org.alfresco.opencmis with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidCMISConnector.setAuthenticationService(AuthenticationService authenticationService) Sets the authentication service. -
Uses of AuthenticationService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidMailActionExecuter.setAuthenticationService(AuthenticationService authService) -
Uses of AuthenticationService in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed that return AuthenticationServiceMethods in org.alfresco.repo.activities.feed with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidAbstractFeedGenerator.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.coci
Methods in org.alfresco.repo.coci with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidCheckOutCheckInServiceImpl.setAuthenticationService(AuthenticationService authenticationService) Sets the authentication service -
Uses of AuthenticationService in org.alfresco.repo.content.http
Methods in org.alfresco.repo.content.http with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidHttpAlfrescoStore.setAuthenticationService(AuthenticationService authenticationService) Deprecated.Constructors in org.alfresco.repo.content.http with parameters of type AuthenticationServiceModifierConstructorDescriptionHttpAlfrescoContentReader(TransactionService transactionService, AuthenticationService authenticationService, String baseHttpUrl, String contentUrl) -
Uses of AuthenticationService in org.alfresco.repo.exporter
Methods in org.alfresco.repo.exporter with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidExporterComponent.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.forms.processor.workflow
Fields in org.alfresco.repo.forms.processor.workflow declared as AuthenticationServiceModifier and TypeFieldDescriptionprotected AuthenticationServiceTaskFormProcessor.authenticationServiceMethods in org.alfresco.repo.forms.processor.workflow with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidTaskFormProcessor.setAuthenticationService(AuthenticationService authenticationService) Sets the authentication serviceConstructors in org.alfresco.repo.forms.processor.workflow with parameters of type AuthenticationServiceModifierConstructorDescriptionTaskFormPersister(ContentModelItemData<WorkflowTask> itemData, NamespaceService namespaceService, DictionaryService dictionaryService, WorkflowService workflowService, NodeService nodeService, AuthenticationService authenticationService, BehaviourFilter behaviourFilter, org.apache.commons.logging.Log logger) TaskFormProcessor(WorkflowService workflowService, NamespaceService namespaceService, DictionaryService dictionaryService, AuthenticationService authenticationService, PersonService personService, FieldProcessorRegistry fieldProcessorRegistry) -
Uses of AuthenticationService in org.alfresco.repo.imap
Fields in org.alfresco.repo.imap declared as AuthenticationServiceModifier and TypeFieldDescriptionprotected AuthenticationServiceAlfrescoImapUserManager.authenticationServiceMethods in org.alfresco.repo.imap with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidAlfrescoImapUserManager.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionprotected voidFileImporterImpl.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.lock
Methods in org.alfresco.repo.lock with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidLockServiceImpl.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.lock.mem
Methods in org.alfresco.repo.lock.mem with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidLockableAspectInterceptor.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.ownable.impl
Methods in org.alfresco.repo.ownable.impl with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidOwnableServiceImpl.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.remote
Methods in org.alfresco.repo.remote with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidReauthenticatingAdvice.setAuthenticationService(AuthenticationService service) Setter.voidRepoRemoteTransportService.setAuthenticationService(AuthenticationService service) Set the AuthenticationService instance. -
Uses of AuthenticationService in org.alfresco.repo.security.authentication
Classes in org.alfresco.repo.security.authentication that implement AuthenticationServiceModifier and TypeClassDescriptionclassCommon code for authentication servicesclassA base class for chaining authentication services.classclassThis class implements a simple chaining authentication service.classThe default implementation ofMutableAuthenticationService.Methods in org.alfresco.repo.security.authentication that return types with arguments of type AuthenticationServiceModifier and TypeMethodDescriptionprotected abstract List<AuthenticationService>AbstractChainingAuthenticationService.getUsableAuthenticationServices()Gets the authentication services across which methods will chain.protected List<AuthenticationService>ChainingAuthenticationServiceImpl.getUsableAuthenticationServices()Methods in org.alfresco.repo.security.authentication with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionprotected StringAbstractChainingAuthenticationService.getId(AuthenticationService authService) Should be overridden to returns the ID of the authService for use in debug.Method parameters in org.alfresco.repo.security.authentication with type arguments of type AuthenticationServiceModifier and TypeMethodDescriptionvoidChainingAuthenticationServiceImpl.setAuthenticationServices(List<AuthenticationService> authenticationServices) -
Uses of AuthenticationService in org.alfresco.repo.security.authentication.subsystems
Classes in org.alfresco.repo.security.authentication.subsystems that implement AuthenticationServiceModifier and TypeClassDescriptionclassAn authentication service that chains across beans in multiple child application contexts corresponding to different 'subsystems' in a chain determined by aChildApplicationContextManager.Methods in org.alfresco.repo.security.authentication.subsystems that return types with arguments of type AuthenticationServiceModifier and TypeMethodDescriptionprotected List<AuthenticationService>SubsystemChainingAuthenticationService.getUsableAuthenticationServices()Methods in org.alfresco.repo.security.authentication.subsystems with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionprotected StringSubsystemChainingAuthenticationService.getId(AuthenticationService authService) -
Uses of AuthenticationService in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidAuthorityServiceImpl.setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.security.permissions.impl.acegi
Methods in org.alfresco.repo.security.permissions.impl.acegi with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionvoidACLEntryVoter.setAuthenticationService(AuthenticationService authenticationService) Set the authentication service -
Uses of AuthenticationService in org.alfresco.service.cmr.security
Subinterfaces of AuthenticationService in org.alfresco.service.cmr.securityModifier and TypeInterfaceDescriptioninterfaceAn extendedAuthenticationServicethat allows mutation of some or all of its user accounts.