Class JDBCAttrRepoConf
java.lang.Object
org.apache.syncope.common.lib.AbstractJDBCConf
org.apache.syncope.common.lib.attr.JDBCAttrRepoConf
- All Implemented Interfaces:
Serializable
,AttrRepoConf
,BaseBean
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.attr.AttrRepoConf
AttrRepoConf.Mapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
map
(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) void
setCaseCanonicalization
(CaseCanonicalizationMode caseCanonicalization) void
setQueryType
(JDBCAttrRepoConf.QueryType queryType) void
setRequireAllAttributes
(boolean requireAllAttributes) void
setSingleRow
(boolean singleRow) 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
-
JDBCAttrRepoConf
public JDBCAttrRepoConf()
-
-
Method Details
-
isSingleRow
public boolean isSingleRow() -
setSingleRow
public void setSingleRow(boolean singleRow) -
isRequireAllAttributes
public boolean isRequireAllAttributes() -
setRequireAllAttributes
public void setRequireAllAttributes(boolean requireAllAttributes) -
getCaseCanonicalization
-
setCaseCanonicalization
-
getQueryType
-
setQueryType
-
getColumnMappings
-
getUsername
-
getCaseInsensitiveQueryAttributes
-
getQueryAttributes
-
map
- Specified by:
map
in interfaceAttrRepoConf
-