Class LDAPAttrRepoConf
- java.lang.Object
-
- org.apache.syncope.common.lib.AbstractLDAPConf
-
- org.apache.syncope.common.lib.attr.LDAPAttrRepoConf
-
- All Implemented Interfaces:
Serializable
,AttrRepoConf
,BaseBean
public class LDAPAttrRepoConf extends AbstractLDAPConf implements AttrRepoConf
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.syncope.common.lib.AbstractLDAPConf
AbstractLDAPConf.LdapConnectionPoolPassivator, AbstractLDAPConf.LdapConnectionStrategy, AbstractLDAPConf.LdapHostnameVerifier, AbstractLDAPConf.LdapTrustManager, AbstractLDAPConf.LdapType
-
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.attr.AttrRepoConf
AttrRepoConf.Mapper
-
-
Constructor Summary
Constructors Constructor Description LDAPAttrRepoConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getQueryAttributes()
boolean
isUseAllQueryAttributes()
Map<String,Object>
map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper)
void
setUseAllQueryAttributes(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
-
-
-
-
Method Detail
-
isUseAllQueryAttributes
public boolean isUseAllQueryAttributes()
-
setUseAllQueryAttributes
public void setUseAllQueryAttributes(boolean useAllQueryAttributes)
-
map
public Map<String,Object> map(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper)
- Specified by:
map
in interfaceAttrRepoConf
-
-