Uses of Interface
org.alfresco.service.cmr.security.AuthenticationService
-
Packages that use AuthenticationService Package Description org.alfresco.filesys The Alfresco file system interface implementationorg.alfresco.filesys.auth.ftp org.alfresco.filesys.repo The Alfesco filesystem to repository translation layerorg.alfresco.opencmis org.alfresco.repo.action.executer org.alfresco.repo.activities.feed org.alfresco.repo.coci org.alfresco.repo.content.http org.alfresco.repo.exporter org.alfresco.repo.forms.processor.workflow org.alfresco.repo.imap The implementation of the Alfresco Imap Serverorg.alfresco.repo.importer org.alfresco.repo.lock org.alfresco.repo.lock.mem org.alfresco.repo.ownable.impl org.alfresco.repo.remote org.alfresco.repo.security.authentication org.alfresco.repo.security.authentication.subsystems org.alfresco.repo.security.authority org.alfresco.repo.security.permissions.impl.acegi org.alfresco.service.cmr.security -
-
Uses of AuthenticationService in org.alfresco.filesys
Methods in org.alfresco.filesys that return AuthenticationService Modifier and Type Method Description protected AuthenticationServiceAbstractServerConfigurationBean. getAuthenticationService()Return the authentication serviceAuthenticationServiceAlfrescoConfigSection. getAuthenticationService()Return the authentication serviceMethods in org.alfresco.filesys with parameters of type AuthenticationService Modifier and Type Method Description voidAbstractServerConfigurationBean. 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 AuthenticationService Modifier and Type Method Description protected AuthenticationServiceFTPAuthenticatorBase. getAuthenticationService()Return the authentication serviceMethods in org.alfresco.filesys.auth.ftp with parameters of type AuthenticationService Modifier and Type Method Description voidFTPAuthenticatorBase. setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return AuthenticationService Modifier and Type Method Description AuthenticationServiceContentDiskDriver. getAuthenticationService()Return the authentication serviceAuthenticationServiceContentDiskDriver2. getAuthenticationService()Return the authentication serviceMethods in org.alfresco.filesys.repo with parameters of type AuthenticationService Modifier and Type Method Description voidContentDiskDriver. 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 AuthenticationService Modifier and Type Method Description AuthenticationServiceCMISConnector. getAuthenticationService()Methods in org.alfresco.opencmis with parameters of type AuthenticationService Modifier and Type Method Description voidCMISConnector. 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 AuthenticationService Modifier and Type Method Description voidMailActionExecuter. setAuthenticationService(AuthenticationService authService) -
Uses of AuthenticationService in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed that return AuthenticationService Modifier and Type Method Description AuthenticationServiceAbstractFeedGenerator. getAuthenticationService()Methods in org.alfresco.repo.activities.feed with parameters of type AuthenticationService Modifier and Type Method Description voidAbstractFeedGenerator. setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.coci
Methods in org.alfresco.repo.coci with parameters of type AuthenticationService Modifier and Type Method Description voidCheckOutCheckInServiceImpl. 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 AuthenticationService Modifier and Type Method Description voidHttpAlfrescoStore. setAuthenticationService(AuthenticationService authenticationService)Deprecated.Constructors in org.alfresco.repo.content.http with parameters of type AuthenticationService Constructor Description HttpAlfrescoContentReader(TransactionService transactionService, AuthenticationService authenticationService, java.lang.String baseHttpUrl, java.lang.String contentUrl) -
Uses of AuthenticationService in org.alfresco.repo.exporter
Methods in org.alfresco.repo.exporter with parameters of type AuthenticationService Modifier and Type Method Description voidExporterComponent. setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.forms.processor.workflow
Fields in org.alfresco.repo.forms.processor.workflow declared as AuthenticationService Modifier and Type Field Description protected AuthenticationServiceTaskFormProcessor. authenticationServiceMethods in org.alfresco.repo.forms.processor.workflow with parameters of type AuthenticationService Modifier and Type Method Description voidTaskFormProcessor. setAuthenticationService(AuthenticationService authenticationService)Sets the authentication serviceConstructors in org.alfresco.repo.forms.processor.workflow with parameters of type AuthenticationService Constructor Description TaskFormPersister(ContentModelItemData<WorkflowTask> itemData, org.alfresco.service.namespace.NamespaceService namespaceService, org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, WorkflowService workflowService, org.alfresco.service.cmr.repository.NodeService nodeService, AuthenticationService authenticationService, BehaviourFilter behaviourFilter, org.apache.commons.logging.Log logger)TaskFormProcessor(WorkflowService workflowService, org.alfresco.service.namespace.NamespaceService namespaceService, org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, AuthenticationService authenticationService, PersonService personService, FieldProcessorRegistry fieldProcessorRegistry) -
Uses of AuthenticationService in org.alfresco.repo.imap
Fields in org.alfresco.repo.imap declared as AuthenticationService Modifier and Type Field Description protected AuthenticationServiceAlfrescoImapUserManager. authenticationServiceMethods in org.alfresco.repo.imap with parameters of type AuthenticationService Modifier and Type Method Description voidAlfrescoImapUserManager. setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer with parameters of type AuthenticationService Modifier and Type Method Description protected voidFileImporterImpl. setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.lock
Methods in org.alfresco.repo.lock with parameters of type AuthenticationService Modifier and Type Method Description voidLockServiceImpl. setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.lock.mem
Methods in org.alfresco.repo.lock.mem with parameters of type AuthenticationService Modifier and Type Method Description voidLockableAspectInterceptor. setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.ownable.impl
Methods in org.alfresco.repo.ownable.impl with parameters of type AuthenticationService Modifier and Type Method Description voidOwnableServiceImpl. setAuthenticationService(AuthenticationService authenticationService) -
Uses of AuthenticationService in org.alfresco.repo.remote
Methods in org.alfresco.repo.remote with parameters of type AuthenticationService Modifier and Type Method Description voidReauthenticatingAdvice. 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 AuthenticationService Modifier and Type Class Description classAbstractAuthenticationServiceCommon code for authentication servicesclassAbstractChainingAuthenticationServiceA base class for chaining authentication services.classAuthenticationServiceImplclassChainingAuthenticationServiceImplThis class implements a simple chaining authentication service.classMutableAuthenticationServiceImplThe default implementation ofMutableAuthenticationService.Methods in org.alfresco.repo.security.authentication that return types with arguments of type AuthenticationService Modifier and Type Method Description protected abstract java.util.List<AuthenticationService>AbstractChainingAuthenticationService. getUsableAuthenticationServices()Gets the authentication services across which methods will chain.protected java.util.List<AuthenticationService>ChainingAuthenticationServiceImpl. getUsableAuthenticationServices()Methods in org.alfresco.repo.security.authentication with parameters of type AuthenticationService Modifier and Type Method Description protected java.lang.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 AuthenticationService Modifier and Type Method Description voidChainingAuthenticationServiceImpl. setAuthenticationServices(java.util.List<AuthenticationService> authenticationServices) -
Uses of AuthenticationService in org.alfresco.repo.security.authentication.subsystems
Classes in org.alfresco.repo.security.authentication.subsystems that implement AuthenticationService Modifier and Type Class Description classSubsystemChainingAuthenticationServiceAn 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 AuthenticationService Modifier and Type Method Description protected java.util.List<AuthenticationService>SubsystemChainingAuthenticationService. getUsableAuthenticationServices()Methods in org.alfresco.repo.security.authentication.subsystems with parameters of type AuthenticationService Modifier and Type Method Description protected java.lang.StringSubsystemChainingAuthenticationService. getId(AuthenticationService authService) -
Uses of AuthenticationService in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority with parameters of type AuthenticationService Modifier and Type Method Description voidAuthorityServiceImpl. 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 AuthenticationService Modifier and Type Method Description voidACLEntryVoter. setAuthenticationService(AuthenticationService authenticationService)Set the authentication service -
Uses of AuthenticationService in org.alfresco.service.cmr.security
Subinterfaces of AuthenticationService in org.alfresco.service.cmr.security Modifier and Type Interface Description interfaceMutableAuthenticationServiceAn extendedAuthenticationServicethat allows mutation of some or all of its user accounts.
-