@Portable public class JDBCIdentitySource extends Object
| Constructor and Description |
|---|
JDBCIdentitySource()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasourcePath() |
PasswordHashAlgorithmType |
getHashAlgorithm() |
String |
getQuery() |
void |
setDatasourcePath(String datasource) |
void |
setHashAlgorithm(PasswordHashAlgorithmType hashAlgorithm) |
void |
setQuery(String query) |
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 setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.