public abstract class LdapGroupSyncConfiguration extends Object implements Serializable
configuration data for synchronizing groups of the defined LDAP
Modifier and Type | Class and Description |
---|---|
static class |
LdapGroupSyncConfiguration.Factory
Constructs new instances of
LdapGroupSyncConfiguration . |
Constructor and Description |
---|
LdapGroupSyncConfiguration() |
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 LdapGroupSyncConfiguration instance and all
identifiers for this entity equal the identifiers of the argument entity. |
LdapSearchConfiguration |
getGroupSearch() |
Long |
getId() |
LdapConfiguration |
getLdapConfiguration() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
isGroupIdentifierIsBinary()
true if the value of the LDAP attribute mapped in propertyMapping to the unique group
identifier is to be interpreted as a binary value
|
boolean |
isMemberMode()
defines how the synchronizationAttribute should be interpreted.
|
void |
setGroupIdentifierIsBinary(boolean groupIdentifierIsBinary) |
void |
setGroupSearch(LdapSearchConfiguration groupSearch) |
void |
setId(Long id) |
void |
setLdapConfiguration(LdapConfiguration ldapConfiguration) |
void |
setMemberMode(boolean memberMode) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an LdapGroupSyncConfiguration instance and all
identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public LdapSearchConfiguration getGroupSearch()
public Long getId()
public LdapConfiguration getLdapConfiguration()
public int hashCode()
public boolean isGroupIdentifierIsBinary()
true if the value of the LDAP attribute mapped in propertyMapping to the unique group identifier is to be interpreted as a binary value
public boolean isMemberMode()
defines how the synchronizationAttribute should be interpreted. If true than the synchronizationAttribute refers to the member relation, if false it's the memberOf relation.
public void setGroupIdentifierIsBinary(boolean groupIdentifierIsBinary)
public void setGroupSearch(LdapSearchConfiguration groupSearch)
public void setId(Long id)
public void setLdapConfiguration(LdapConfiguration ldapConfiguration)
public void setMemberMode(boolean memberMode)
Copyright © 2019 Communote team. All rights reserved.