org.pentaho.platform.plugin.services.security.userrole.ldap.search
Interface LdapSearchParamsFactory

All Known Implementing Classes:
LdapSearchParamsFactoryImpl

public interface LdapSearchParamsFactory

A factory for creating LdapSearchParams instances.

Author:
mlowery

Method Summary
 LdapSearchParams createParams(Object[] filterArgs)
          Create a parameters object with the given arguments.
 

Method Detail

createParams

LdapSearchParams createParams(Object[] filterArgs)
Create a parameters object with the given arguments. The assumption is that the filter arguments will be the only parameter not known until runtime.

Parameters:
filterArgs - arguments that will be merged with the filter property of an LdapSearchParams instance
Returns:
a new parameters object