Uses of Class
org.alfresco.repo.security.authentication.AbstractAuthenticationService
-
Packages that use AbstractAuthenticationService Package Description org.alfresco.repo.admin org.alfresco.repo.security.authentication org.alfresco.repo.security.authentication.subsystems -
-
Uses of AbstractAuthenticationService in org.alfresco.repo.admin
Methods in org.alfresco.repo.admin with parameters of type AbstractAuthenticationService Modifier and Type Method Description voidRepoServerMgmt. setAuthenticationService(AbstractAuthenticationService authenticationService) -
Uses of AbstractAuthenticationService in org.alfresco.repo.security.authentication
Subclasses of AbstractAuthenticationService in org.alfresco.repo.security.authentication Modifier and Type Class Description classAbstractChainingAuthenticationServiceA base class for chaining authentication services.classAuthenticationServiceImplclassChainingAuthenticationServiceImplThis class implements a simple chaining authentication service.classMutableAuthenticationServiceImplThe default implementation ofMutableAuthenticationService. -
Uses of AbstractAuthenticationService in org.alfresco.repo.security.authentication.subsystems
Subclasses of AbstractAuthenticationService in org.alfresco.repo.security.authentication.subsystems 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.
-