Uses of Interface
org.alfresco.repo.management.subsystems.ChildApplicationContextManager
Packages that use ChildApplicationContextManager
Package
Description
-
Uses of ChildApplicationContextManager in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type ChildApplicationContextManagerModifier and TypeMethodDescriptionvoidAdminUserPatch.setAuthenticationContextManager(ChildApplicationContextManager authenticationContextManager) -
Uses of ChildApplicationContextManager in org.alfresco.repo.management.subsystems
Classes in org.alfresco.repo.management.subsystems that implement ChildApplicationContextManagerModifier and TypeClassDescriptionclassA defaultChildApplicationContextManagerimplementation that manages a 'chain' ofChildApplicationContextFactoryobjects, perhaps corresponding to the components of a chained subsystem such as authentication.Methods in org.alfresco.repo.management.subsystems with parameters of type ChildApplicationContextManagerModifier and TypeMethodDescriptionvoidChainingSubsystemProxyFactory.setApplicationContextManager(ChildApplicationContextManager applicationContextManager) Sets the application context manager. -
Uses of ChildApplicationContextManager in org.alfresco.repo.security.authentication.subsystems
Methods in org.alfresco.repo.security.authentication.subsystems with parameters of type ChildApplicationContextManagerModifier and TypeMethodDescriptionvoidSubsystemChainingAuthenticationComponent.setApplicationContextManager(ChildApplicationContextManager applicationContextManager) voidSubsystemChainingAuthenticationService.setApplicationContextManager(ChildApplicationContextManager applicationContextManager) Sets the application context manager.voidSubsystemChainingFtpAuthenticator.setApplicationContextManager(ChildApplicationContextManager applicationContextManager) IOC -
Uses of ChildApplicationContextManager in org.alfresco.repo.security.sync
Methods in org.alfresco.repo.security.sync with parameters of type ChildApplicationContextManagerModifier and TypeMethodDescriptionvoidChainingUserRegistrySynchronizer.setApplicationContextManager(ChildApplicationContextManager applicationContextManager) Sets the application context manager.