public class JDBCIdentitySource extends Object
| Constructor and Description |
|---|
JDBCIdentitySource()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasourcePath() |
PasswordHashAlgorithmType |
getHashAlgorithm() |
String |
getQuery() |
String |
getRoleQuery() |
boolean |
isExtractRoles() |
void |
setDatasourcePath(String datasource) |
void |
setExtractRoles(boolean extractRoles) |
void |
setHashAlgorithm(PasswordHashAlgorithmType hashAlgorithm) |
void |
setQuery(String query) |
void |
setRoleQuery(String roleQuery) |
public String getDatasourcePath()
public void setDatasourcePath(String datasource)
datasource - the datasource to setpublic String getQuery()
public void setQuery(String query)
query - the query to setpublic PasswordHashAlgorithmType getHashAlgorithm()
public void setHashAlgorithm(PasswordHashAlgorithmType hashAlgorithm)
hashAlgorithm - the hashAlgorithm to setpublic boolean isExtractRoles()
public void setExtractRoles(boolean extractRoles)
extractRoles - the extractRoles to setpublic String getRoleQuery()
public void setRoleQuery(String roleQuery)
roleQuery - the roleQuery to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.