Class GoogleMfaAuthModuleConf.LDAP
- java.lang.Object
-
- org.apache.syncope.common.lib.AbstractLDAPConf
-
- org.apache.syncope.common.lib.auth.GoogleMfaAuthModuleConf.LDAP
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GoogleMfaAuthModuleConf
public static class GoogleMfaAuthModuleConf.LDAP extends AbstractLDAPConf implements Serializable
- 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
-
-
Constructor Summary
Constructors Constructor Description LDAP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountAttributeName()
void
setAccountAttributeName(String accountAttributeName)
-
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
-
-