Uses of Interface
org.alfresco.repo.security.sync.ldap.LDAPNameResolver
-
Packages that use LDAPNameResolver Package Description org.alfresco.repo.security.authentication.ldap org.alfresco.repo.security.sync.ldap -
-
Uses of LDAPNameResolver in org.alfresco.repo.security.authentication.ldap
Methods in org.alfresco.repo.security.authentication.ldap with parameters of type LDAPNameResolver Modifier and Type Method Description voidLDAPAuthenticationComponentImpl. setLdapNameResolver(LDAPNameResolver ldapNameResolver) -
Uses of LDAPNameResolver in org.alfresco.repo.security.sync.ldap
Classes in org.alfresco.repo.security.sync.ldap that implement LDAPNameResolver Modifier and Type Class Description classLDAPUserRegistryAUserRegistryimplementation with the ability to query Alfresco-like descriptions of users and groups from an LDAP directory, optionally restricted to those modified since a certain time.
-