Uses of Interface
org.alfresco.repo.security.sync.UserRegistrySynchronizer
-
Packages that use UserRegistrySynchronizer Package Description org.alfresco.repo.jscript org.alfresco.repo.security.authentication org.alfresco.repo.security.sync -
-
Uses of UserRegistrySynchronizer in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript with parameters of type UserRegistrySynchronizer Modifier and Type Method Description voidPeople. 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 UserRegistrySynchronizer Modifier and Type Method Description voidAbstractAuthenticationComponent. setUserRegistrySynchronizer(UserRegistrySynchronizer userRegistrySynchronizer) -
Uses of UserRegistrySynchronizer in org.alfresco.repo.security.sync
Classes in org.alfresco.repo.security.sync that implement UserRegistrySynchronizer Modifier and Type Class Description classChainingUserRegistrySynchronizerAChainingUserRegistrySynchronizeris responsible for synchronizing Alfresco's local user (person) and group (authority) information with the external subsystems in the authentication chain (most typically LDAP directories).
-