public class LdapQueryMetadataImpl extends Object implements LdapQueryMetadata
Constructor and Description |
---|
LdapQueryMetadataImpl(String filter,
String baseDN,
org.springframework.ldap.core.ContextMapper contextMapper,
int searchScope,
String[] returningAttributes,
LdapQueryFormatter<LdapQueryExecution> formatter,
LdapGuidEncoder ldapGuidEncoder) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseDN() |
org.springframework.ldap.core.ContextMapper |
getContextMapper() |
String |
getFilter() |
LdapQueryFormatter<LdapQueryExecution> |
getFormatter() |
LdapGuidEncoder |
getLdapGuidEncoder() |
LdapQueryData |
getQueryData() |
String[] |
getReturningAttributes() |
int |
getSearchScope() |
void |
setBaseDN(String baseDN) |
void |
setContextMapper(org.springframework.ldap.core.ContextMapper contextMapper) |
void |
setFilter(String filter) |
void |
setFormatter(LdapQueryFormatter<LdapQueryExecution> formatter) |
void |
setLdapGuidEncoder(LdapGuidEncoder ldapGuidEncoder) |
void |
setQueryData(LdapQueryData queryData) |
void |
setReturningAttributes(String[] returningAttributes) |
void |
setSearchScope(int searchScope) |
public LdapQueryMetadataImpl(String filter, String baseDN, org.springframework.ldap.core.ContextMapper contextMapper, int searchScope, String[] returningAttributes, LdapQueryFormatter<LdapQueryExecution> formatter, LdapGuidEncoder ldapGuidEncoder)
public String getFilter()
getFilter
in interface LdapQueryMetadata
public void setFilter(String filter)
setFilter
in interface LdapQueryMetadata
public String getBaseDN()
getBaseDN
in interface LdapQueryMetadata
public void setBaseDN(String baseDN)
setBaseDN
in interface LdapQueryMetadata
public org.springframework.ldap.core.ContextMapper getContextMapper()
getContextMapper
in interface LdapQueryMetadata
public void setContextMapper(org.springframework.ldap.core.ContextMapper contextMapper)
setContextMapper
in interface LdapQueryMetadata
public int getSearchScope()
getSearchScope
in interface LdapQueryMetadata
public void setSearchScope(int searchScope)
setSearchScope
in interface LdapQueryMetadata
public String[] getReturningAttributes()
getReturningAttributes
in interface LdapQueryMetadata
public void setReturningAttributes(String[] returningAttributes)
setReturningAttributes
in interface LdapQueryMetadata
public LdapGuidEncoder getLdapGuidEncoder()
getLdapGuidEncoder
in interface LdapQueryMetadata
public void setLdapGuidEncoder(LdapGuidEncoder ldapGuidEncoder)
setLdapGuidEncoder
in interface LdapQueryMetadata
public LdapQueryFormatter<LdapQueryExecution> getFormatter()
getFormatter
in interface LdapQueryMetadata
public void setFormatter(LdapQueryFormatter<LdapQueryExecution> formatter)
public LdapQueryData getQueryData()
getQueryData
in interface LdapQueryMetadata
public void setQueryData(LdapQueryData queryData)
setQueryData
in interface LdapQueryMetadata
Copyright © 2012. All Rights Reserved.