Uses of Class
org.alfresco.repo.security.authentication.AbstractAuthenticationService
Packages that use AbstractAuthenticationService
Package
Description
-
Uses of AbstractAuthenticationService in org.alfresco.repo.admin
Methods in org.alfresco.repo.admin with parameters of type AbstractAuthenticationServiceModifier and TypeMethodDescriptionvoidRepoServerMgmt.setAuthenticationService(AbstractAuthenticationService authenticationService) -
Uses of AbstractAuthenticationService in org.alfresco.repo.security.authentication
Subclasses of AbstractAuthenticationService in org.alfresco.repo.security.authenticationModifier and TypeClassDescriptionclassA base class for chaining authentication services.classclassThis class implements a simple chaining authentication service.classThe default implementation ofMutableAuthenticationService. -
Uses of AbstractAuthenticationService in org.alfresco.repo.security.authentication.subsystems
Modifier and TypeClassDescriptionclassAn authentication service that chains across beans in multiple child application contexts corresponding to different 'subsystems' in a chain determined by aChildApplicationContextManager.