public abstract class LdapSearchConfiguration extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
LdapSearchConfiguration.Factory
Constructs new instances of
LdapSearchConfiguration
. |
Constructor and Description |
---|
LdapSearchConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an LdapSearchConfiguration instance and all
identifiers for this entity equal the identifiers of the argument entity. |
Long |
getId() |
String |
getPropertyMapping()
mapping that maps communote property names to the names of LDAP attributes
|
List<LdapSearchBaseDefinition> |
getSearchBases() |
String |
getSearchFilter()
an LDAP search filter to narrow the result set
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Long id) |
void |
setPropertyMapping(String propertyMapping) |
void |
setSearchBases(List<LdapSearchBaseDefinition> searchBases) |
void |
setSearchFilter(String searchFilter) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an LdapSearchConfiguration instance and all
identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public Long getId()
public String getPropertyMapping()
mapping that maps communote property names to the names of LDAP attributes
public List<LdapSearchBaseDefinition> getSearchBases()
public String getSearchFilter()
an LDAP search filter to narrow the result set
public int hashCode()
public void setId(Long id)
public void setPropertyMapping(String propertyMapping)
public void setSearchBases(List<LdapSearchBaseDefinition> searchBases)
public void setSearchFilter(String searchFilter)
Copyright © 2019 Communote team. All rights reserved.