Uses of Interface
org.alfresco.repo.security.sync.UserRegistrySynchronizer
Packages that use UserRegistrySynchronizer
Package
Description
-
Uses of UserRegistrySynchronizer in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript with parameters of type UserRegistrySynchronizerModifier and TypeMethodDescriptionvoidPeople.setUserRegistrySynchronizer(UserRegistrySynchronizer userRegistrySynchronizer) Set the UserRegistrySynchronizer -
Uses of UserRegistrySynchronizer in org.alfresco.repo.security.authentication
Methods in org.alfresco.repo.security.authentication with parameters of type UserRegistrySynchronizerModifier and TypeMethodDescriptionvoidAbstractAuthenticationComponent.setUserRegistrySynchronizer(UserRegistrySynchronizer userRegistrySynchronizer) -
Uses of UserRegistrySynchronizer in org.alfresco.repo.security.sync
Classes in org.alfresco.repo.security.sync that implement UserRegistrySynchronizerModifier and TypeClassDescriptionclassAChainingUserRegistrySynchronizeris responsible for synchronizing Alfresco's local user (person) and group (authority) information with the external subsystems in the authentication chain (most typically LDAP directories).