public class LdapConfiguration extends AbstractConfiguration implements StatefulConfiguration
AbstractConfiguration.ConfigurationChangeCallback
Constructor and Description |
---|
LdapConfiguration() |
addChangeCallback, getConnectorMessages, notifyConfigurationUpdate, setConnectorMessages
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getConnectorMessages, setConnectorMessages
public void validate()
A valid configuration is one that is ready to be used by the connector: it is complete (all the required properties have been given values) and the property values are well-formed (are in the expected range, have the expected format, etc.)
Implementations of this method should not connect to the
resource in an attempt to validate the configuration. For example,
implementations should not attempt to check that a host of the specified
name exists by making a connection to it. Such checks can be performed in
the implementation of the TestOp.test()
method.
validate
in interface Configuration
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public boolean isSsl()
public void setSsl(boolean ssl)
public boolean isStartTLS()
public void setStartTLS(boolean startTLS)
public String[] getFailover()
public void setFailover(String... failover)
public String getPrincipal()
public void setPrincipal(String principal)
public GuardedString getCredentials()
public void setCredentials(GuardedString credentials)
public String getAuthType()
public void setAuthType(String authType)
public String[] getBaseContexts()
public void setBaseContexts(String... baseContexts)
public String getReferralsHandling()
public void setReferralsHandling(String referral)
public String getPasswordAttribute()
public void setPasswordAttribute(String passwordAttribute)
public String[] getAccountObjectClasses()
public void setAccountObjectClasses(String... accountObjectClasses)
public String[] getAccountUserNameAttributes()
public void setAccountUserNameAttributes(String... accountUserNameAttributes)
public String getAccountSearchFilter()
public void setAccountSearchFilter(String accountSearchFilter)
public String getGroupSearchFilter()
public void setGroupSearchFilter(String groupSearchFilter)
public String[] getGroupObjectClasses()
public void setGroupObjectClasses(String... groupObjectClasses)
public String getGroupMemberAttribute()
public void setGroupMemberAttribute(String groupMemberAttribute)
public boolean isGetGroupMemberId()
public void setGetGroupMemberId(boolean getGroupMemberId)
public boolean isMaintainLdapGroupMembership()
public void setMaintainLdapGroupMembership(boolean maintainLdapGroupMembership)
public boolean isMaintainPosixGroupMembership()
public void setMaintainPosixGroupMembership(boolean maintainPosixGroupMembership)
public String getPasswordHashAlgorithm()
public void setPasswordHashAlgorithm(String passwordHashAlgorithm)
public boolean isRespectResourcePasswordPolicyChangeAfterReset()
public void setRespectResourcePasswordPolicyChangeAfterReset(boolean respectResourcePasswordPolicyChangeAfterReset)
public boolean isUseBlocks()
public void setUseBlocks(boolean useBlocks)
public int getBlockSize()
public void setBlockSize(int blockSize)
public boolean isUsePagedResultControl()
public void setUsePagedResultControl(boolean usePagedResultControl)
public String getVlvSortAttribute()
public void setVlvSortAttribute(String vlvSortAttribute)
public String getUidAttribute()
public void setUidAttribute(String uidAttribute)
public boolean isReadSchema()
public void setReadSchema(boolean readSchema)
public boolean isUseDNSSRVRecord()
public void setUseDNSSRVRecord(boolean useDNSSRVRecord)
public String getResetSyncToken()
public void setResetSyncToken(String resetSyncToken)
public String[] getBaseContextsToSynchronize()
public void setBaseContextsToSynchronize(String... baseContextsToSynchronize)
public String[] getObjectClassesToSynchronize()
public void setObjectClassesToSynchronize(String... objectClassesToSynchronize)
public String[] getAttributesToSynchronize()
public void setAttributesToSynchronize(String... attributesToSynchronize)
public String[] getModifiersNamesToFilterOut()
public void setModifiersNamesToFilterOut(String... modifiersNamesToFilterOut)
public String getAccountSynchronizationFilter()
public void setAccountSynchronizationFilter(String accountSynchronizationFilter)
public String getGroupSynchronizationFilter()
public void setGroupSynchronizationFilter(String groupSynchronizationFilter)
public int getChangeLogBlockSize()
public void setChangeLogBlockSize(int changeLogBlockSize)
public String getChangeNumberAttribute()
public void setChangeNumberAttribute(String changeNumberAttribute)
public boolean isUseTimestampsForSync()
public void setUseTimestampsForSync(boolean useTimestampsForSync)
public boolean isFilterWithOrInsteadOfAnd()
public void setFilterWithOrInsteadOfAnd(boolean filterWithOrInsteadOfAnd)
public boolean isRemoveLogEntryObjectClassFromFilter()
public void setRemoveLogEntryObjectClassFromFilter(boolean removeLogEntryObjectClassFromFilter)
public boolean isSynchronizePasswords()
public void setSynchronizePasswords(boolean synchronizePasswords)
public String getPasswordAttributeToSynchronize()
public void setPasswordAttributeToSynchronize(String passwordAttributeToSynchronize)
public GuardedByteArray getPasswordDecryptionKey()
public void setPasswordDecryptionKey(GuardedByteArray passwordDecryptionKey)
public GuardedByteArray getPasswordDecryptionInitializationVector()
public void setPasswordDecryptionInitializationVector(GuardedByteArray passwordDecryptionInitializationVector)
public List<LdapName> getBaseContextsToSynchronizeAsLdapNames()
public Set<LdapName> getModifiersNamesToFilterOutAsLdapNames()
public Map<ObjectClass,ObjectClassMappingConfig> getObjectClassMappingConfigs()
public void cacheServerType(LdapConstants.ServerType serverType)
public LdapConstants.ServerType getServerType()
public void release()
StatefulConfiguration
release
in interface StatefulConfiguration
Copyright © 2018–2025. All rights reserved.