Class LDAPAuthModuleConf
- java.lang.Object
- 
- org.apache.syncope.common.lib.AbstractLDAPConf
- 
- org.apache.syncope.common.lib.auth.LDAPAuthModuleConf
 
 
- 
- All Implemented Interfaces:
- Serializable,- AuthModuleConf,- BaseBean
 
 public class LDAPAuthModuleConf extends AbstractLDAPConf implements AuthModuleConf - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLDAPAuthModuleConf.AuthenticationTypeThe enum Authentication types.static classLDAPAuthModuleConf.DerefAliasesType- 
Nested classes/interfaces inherited from class org.apache.syncope.common.lib.AbstractLDAPConfAbstractLDAPConf.LdapConnectionPoolPassivator, AbstractLDAPConf.LdapConnectionStrategy, AbstractLDAPConf.LdapHostnameVerifier, AbstractLDAPConf.LdapTrustManager, AbstractLDAPConf.LdapType
 - 
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConfAuthModuleConf.Mapper
 
- 
 - 
Constructor SummaryConstructors Constructor Description LDAPAuthModuleConf()
 - 
Method Summary- 
Methods inherited from class org.apache.syncope.common.lib.AbstractLDAPConfgetBaseDn, 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- 
getAuthenticationTypepublic LDAPAuthModuleConf.AuthenticationType getAuthenticationType() 
 - 
setAuthenticationTypepublic void setAuthenticationType(LDAPAuthModuleConf.AuthenticationType authenticationType) 
 - 
getDnFormatpublic String getDnFormat() 
 - 
setDnFormatpublic void setDnFormat(String dnFormat) 
 - 
isEnhanceWithEntryResolverpublic boolean isEnhanceWithEntryResolver() 
 - 
setEnhanceWithEntryResolverpublic void setEnhanceWithEntryResolver(boolean enhanceWithEntryResolver) 
 - 
getDerefAliasespublic LDAPAuthModuleConf.DerefAliasesType getDerefAliases() 
 - 
setDerefAliasespublic void setDerefAliases(LDAPAuthModuleConf.DerefAliasesType derefAliases) 
 - 
getResolveFromAttributepublic String getResolveFromAttribute() 
 - 
setResolveFromAttributepublic void setResolveFromAttribute(String resolveFromAttribute) 
 - 
getPrincipalAttributeIdpublic String getPrincipalAttributeId() 
 - 
setPrincipalAttributeIdpublic void setPrincipalAttributeId(String principalAttributeId) 
 - 
getPrincipalDnAttributeNamepublic String getPrincipalDnAttributeName() 
 - 
setPrincipalDnAttributeNamepublic void setPrincipalDnAttributeName(String principalDnAttributeName) 
 - 
isAllowMultiplePrincipalAttributeValuespublic boolean isAllowMultiplePrincipalAttributeValues() 
 - 
setAllowMultiplePrincipalAttributeValuespublic void setAllowMultiplePrincipalAttributeValues(boolean allowMultiplePrincipalAttributeValues) 
 - 
isAllowMissingPrincipalAttributeValuepublic boolean isAllowMissingPrincipalAttributeValue() 
 - 
setAllowMissingPrincipalAttributeValuepublic void setAllowMissingPrincipalAttributeValue(boolean allowMissingPrincipalAttributeValue) 
 - 
isCollectDnAttributepublic boolean isCollectDnAttribute() 
 - 
setCollectDnAttributepublic void setCollectDnAttribute(boolean collectDnAttribute) 
 - 
getCredentialCriteriapublic String getCredentialCriteria() 
 - 
setCredentialCriteriapublic void setCredentialCriteria(String credentialCriteria) 
 - 
mappublic Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) - Specified by:
- mapin interface- AuthModuleConf
 
 
- 
 
-