Class LDAPAttrRepoConf
java.lang.Object
org.apache.syncope.common.lib.AbstractLDAPConf
org.apache.syncope.common.lib.attr.LDAPAttrRepoConf
- All Implemented Interfaces:
Serializable,AttrRepoConf,BaseBean
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.syncope.common.lib.AbstractLDAPConf
AbstractLDAPConf.LdapConnectionPoolPassivator, AbstractLDAPConf.LdapConnectionStrategy, AbstractLDAPConf.LdapHostnameVerifier, AbstractLDAPConf.LdapTrustManager, AbstractLDAPConf.LdapTypeNested classes/interfaces inherited from interface org.apache.syncope.common.lib.attr.AttrRepoConf
AttrRepoConf.Mapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmap(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) voidsetUseAllQueryAttributes(boolean useAllQueryAttributes) Methods inherited from class org.apache.syncope.common.lib.AbstractLDAPConf
getBaseDn, getBinaryAttributes, getBindCredential, getBindDn, getBlockWaitTime, getConnectionStrategy, getConnectTimeout, getHostnameVerifier, getIdleTime, getLdapType, getLdapUrl, getMaxPoolSize, getMinPoolSize, getPageSize, getPoolPassivator, getPrunePeriod, getResponseTimeout, getSearchFilter, getTrustManager, getValidatePeriod, getValidateTimeout, isAllowMultipleDns, isAllowMultipleEntries, isDisablePooling, isFailFast, isFollowReferrals, isSubtreeSearch, isUseStartTls, isValidateOnCheckout, isValidatePeriodically, setAllowMultipleDns, setAllowMultipleEntries, setBaseDn, setBinaryAttributes, setBindCredential, setBindDn, setBlockWaitTime, setConnectionStrategy, setConnectTimeout, setDisablePooling, setFailFast, setFollowReferrals, setHostnameVerifier, setIdleTime, setLdapType, setLdapUrl, setMaxPoolSize, setMinPoolSize, setPageSize, setPoolPassivator, setPrunePeriod, setResponseTimeout, setSearchFilter, setSubtreeSearch, setTrustManager, setUseStartTls, setValidateOnCheckout, setValidatePeriod, setValidatePeriodically, setValidateTimeout
-
Constructor Details
-
LDAPAttrRepoConf
public LDAPAttrRepoConf()
-
-
Method Details
-
isUseAllQueryAttributes
public boolean isUseAllQueryAttributes() -
setUseAllQueryAttributes
public void setUseAllQueryAttributes(boolean useAllQueryAttributes) -
getQueryAttributes
-
map
- Specified by:
mapin interfaceAttrRepoConf
-