Class JDBCAuthModuleConf
java.lang.Object
org.apache.syncope.common.lib.AbstractJDBCConf
org.apache.syncope.common.lib.auth.JDBCAuthModuleConf
- All Implemented Interfaces:
Serializable
,AuthModuleConf
,BaseBean
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmap
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) void
setCredentialCriteria
(String credentialCriteria) void
setFieldDisabled
(String fieldDisabled) void
setFieldExpired
(String fieldExpired) void
setFieldPassword
(String fieldPassword) Methods inherited from class org.apache.syncope.common.lib.AbstractJDBCConf
getDataSourceName, getDefaultCatalog, getDefaultSchema, getDialect, getDriverClass, getHealthQuery, getIdleTimeout, getMaxPoolSize, getMaxPoolWait, getMinPoolSize, getPassword, getPoolLeakThreshold, getPoolTimeoutMillis, getSql, getUrl, getUser, isPoolSuspension, setDataSourceName, setDefaultCatalog, setDefaultSchema, setDialect, setDriverClass, setHealthQuery, setIdleTimeout, setMaxPoolSize, setMaxPoolWait, setMinPoolSize, setPassword, setPoolLeakThreshold, setPoolSuspension, setPoolTimeoutMillis, setSql, setUrl, setUser
-
Constructor Details
-
JDBCAuthModuleConf
public JDBCAuthModuleConf()
-
-
Method Details
-
getFieldPassword
-
setFieldPassword
-
getFieldExpired
-
setFieldExpired
-
getFieldDisabled
-
setFieldDisabled
-
getCredentialCriteria
-
setCredentialCriteria
-
map
- Specified by:
map
in interfaceAuthModuleConf
-