Uses of Interface
org.alfresco.repo.management.subsystems.ChildApplicationContextManager
-
-
Uses of ChildApplicationContextManager in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type ChildApplicationContextManager Modifier and Type Method Description voidAdminUserPatch. setAuthenticationContextManager(ChildApplicationContextManager authenticationContextManager) -
Uses of ChildApplicationContextManager in org.alfresco.repo.management.subsystems
Classes in org.alfresco.repo.management.subsystems that implement ChildApplicationContextManager Modifier and Type Class Description classDefaultChildApplicationContextManagerA 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 ChildApplicationContextManager Modifier and Type Method Description voidChainingSubsystemProxyFactory. 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 ChildApplicationContextManager Modifier and Type Method Description voidSubsystemChainingAuthenticationComponent. 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 ChildApplicationContextManager Modifier and Type Method Description voidChainingUserRegistrySynchronizer. setApplicationContextManager(ChildApplicationContextManager applicationContextManager)Sets the application context manager.
-