Uses of Interface
org.alfresco.service.cmr.security.MutableAuthenticationService
-
Packages that use MutableAuthenticationService Package Description org.alfresco.filesys.auth.nfs org.alfresco.repo.invitation The implementation of the Invitation Service.org.alfresco.repo.jscript org.alfresco.repo.security.authentication org.alfresco.repo.security.authentication.subsystems org.alfresco.repo.security.person org.alfresco.repo.service org.alfresco.repo.template org.alfresco.repo.tenant org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of MutableAuthenticationService in org.alfresco.filesys.auth.nfs
Methods in org.alfresco.filesys.auth.nfs that return MutableAuthenticationService Modifier and Type Method Description protected MutableAuthenticationServiceAlfrescoRpcAuthenticator. getAuthenticationService()Methods in org.alfresco.filesys.auth.nfs with parameters of type MutableAuthenticationService Modifier and Type Method Description voidAlfrescoRpcAuthenticator. setAuthenticationService(MutableAuthenticationService authenticationService) -
Uses of MutableAuthenticationService in org.alfresco.repo.invitation
Methods in org.alfresco.repo.invitation that return MutableAuthenticationService Modifier and Type Method Description MutableAuthenticationServiceInvitationServiceImpl. getAuthenticationService()Methods in org.alfresco.repo.invitation with parameters of type MutableAuthenticationService Modifier and Type Method Description voidInvitationServiceImpl. setAuthenticationService(MutableAuthenticationService authenticationService) -
Uses of MutableAuthenticationService in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript with parameters of type MutableAuthenticationService Modifier and Type Method Description voidPeople. setAuthenticationService(MutableAuthenticationService authenticationService)Sets the authentication service. -
Uses of MutableAuthenticationService in org.alfresco.repo.security.authentication
Classes in org.alfresco.repo.security.authentication that implement MutableAuthenticationService Modifier and Type Class Description classAbstractChainingAuthenticationServiceA base class for chaining authentication services.classChainingAuthenticationServiceImplThis class implements a simple chaining authentication service.classMutableAuthenticationServiceImplThe default implementation ofMutableAuthenticationService.Methods in org.alfresco.repo.security.authentication that return MutableAuthenticationService Modifier and Type Method Description abstract MutableAuthenticationServiceAbstractChainingAuthenticationService. getMutableAuthenticationService()Gets the mutable authentication service.MutableAuthenticationServiceChainingAuthenticationServiceImpl. getMutableAuthenticationService()Methods in org.alfresco.repo.security.authentication with parameters of type MutableAuthenticationService Modifier and Type Method Description voidResetPasswordServiceImpl. setAuthenticationService(MutableAuthenticationService authenticationService)voidChainingAuthenticationServiceImpl. setMutableAuthenticationService(MutableAuthenticationService mutableAuthenticationService) -
Uses of MutableAuthenticationService in org.alfresco.repo.security.authentication.subsystems
Classes in org.alfresco.repo.security.authentication.subsystems that implement MutableAuthenticationService 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 MutableAuthenticationService Modifier and Type Method Description MutableAuthenticationServiceSubsystemChainingAuthenticationService. getMutableAuthenticationService() -
Uses of MutableAuthenticationService in org.alfresco.repo.security.person
Methods in org.alfresco.repo.security.person with parameters of type MutableAuthenticationService Modifier and Type Method Description voidPersonServiceImpl. setAuthenticationService(MutableAuthenticationService authenticationService) -
Uses of MutableAuthenticationService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return MutableAuthenticationService Modifier and Type Method Description MutableAuthenticationServiceServiceDescriptorRegistry. getAuthenticationService() -
Uses of MutableAuthenticationService in org.alfresco.repo.template
Methods in org.alfresco.repo.template with parameters of type MutableAuthenticationService Modifier and Type Method Description voidPeople. setAuthenticationService(MutableAuthenticationService authenticationService)Sets the authentication service. -
Uses of MutableAuthenticationService in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant with parameters of type MutableAuthenticationService Modifier and Type Method Description voidTenantInterpreter. setAuthenticationService(MutableAuthenticationService authenticationService) -
Uses of MutableAuthenticationService in org.alfresco.service
Methods in org.alfresco.service that return MutableAuthenticationService Modifier and Type Method Description MutableAuthenticationServiceServiceRegistry. getAuthenticationService()
-