Class JDBCAuthModuleConf
- java.lang.Object
-
- org.apache.syncope.common.lib.AbstractJDBCConf
-
- org.apache.syncope.common.lib.auth.JDBCAuthModuleConf
-
- All Implemented Interfaces:
Serializable
,AuthModuleConf
,BaseBean
public class JDBCAuthModuleConf extends AbstractJDBCConf implements AuthModuleConf
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
-
Constructor Summary
Constructors Constructor Description JDBCAuthModuleConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFieldDisabled()
String
getFieldExpired()
String
getFieldPassword()
Map<String,Object>
map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
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
-
-
-
-
Method Detail
-
getFieldPassword
public String getFieldPassword()
-
setFieldPassword
public void setFieldPassword(String fieldPassword)
-
getFieldExpired
public String getFieldExpired()
-
setFieldExpired
public void setFieldExpired(String fieldExpired)
-
getFieldDisabled
public String getFieldDisabled()
-
setFieldDisabled
public void setFieldDisabled(String fieldDisabled)
-
map
public Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
- Specified by:
map
in interfaceAuthModuleConf
-
-