05-08-2012 11:03 AM
public void setPersonQuery(String personQuery)
{
this.personQuery = personQuery;
}
public void setPersonDifferentialQuery(String personDifferentialQuery)
{
this.personDifferentialQuery = personDifferentialQuery;
}
public class LDAPUserRegistryCustom extends LDAPUserRegistry {
public void setPersonQuery(String personQuery)
{
//custom code
}
public void setPersonDifferentialQuery(String personDifferentialQuery)
{
//custom code
}
}
<beans>
<bean id="userRegistry" class="org.xxx.custom.ldap.LDAPUserRegistryCustom">
<property name="active">
<value>${ldap.synchronization.active}</value>
</property>
<!–
If positive, this property indicates that RFC 2696 paged results should be
used to split q
…………..
</bean>
</beans>
05-04-2016 01:59 AM
<bean id="userRegistry" class="au.com.xyz.alfresco.security.sync.ldap.LDAPUserRegistry">
<property name="active">
<value>${ldap.synchronization.active}</value>
</property>
<!–
If positive, this property indicates that RFC 2696 paged results should be
used to split query results i
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.