public abstract class LdapSearchBaseDefinition extends Object implements Serializable
represents an LDAP search base definition
Modifier and Type | Class and Description |
---|---|
static class |
LdapSearchBaseDefinition.Factory
Constructs new instances of
LdapSearchBaseDefinition . |
Constructor and Description |
---|
LdapSearchBaseDefinition() |
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 LdapSearchBaseDefinition instance and all
identifiers for this entity equal the identifiers of the argument entity. |
Long |
getId() |
String |
getSearchBase()
search base for starting a search for entries in LDAP directory
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
isSearchSubtree()
whether to search the subtree of the search base
|
void |
setId(Long id) |
void |
setSearchBase(String searchBase) |
void |
setSearchSubtree(boolean searchSubtree) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an LdapSearchBaseDefinition instance and all
identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public Long getId()
public String getSearchBase()
search base for starting a search for entries in LDAP directory
public int hashCode()
public boolean isSearchSubtree()
whether to search the subtree of the search base
public void setId(Long id)
public void setSearchBase(String searchBase)
public void setSearchSubtree(boolean searchSubtree)
Copyright © 2019 Communote team. All rights reserved.