public class JdbcAuthenticationService.PasswordCheckRowCallback extends Object implements RowCallback
Constructor and Description |
---|
PasswordCheckRowCallback(Map<PasswordEncoding,String> passwords,
String passwordColumnName,
String userIdColumnName) |
Modifier and Type | Method and Description |
---|---|
String |
getUserId() |
boolean |
isResult() |
void |
processRow(ResultSet resultSet)
Gets called for every row
|
public PasswordCheckRowCallback(Map<PasswordEncoding,String> passwords, String passwordColumnName, String userIdColumnName)
public boolean isResult()
public String getUserId()
public void processRow(ResultSet resultSet) throws SQLException
RowCallback
ResultSet.next()
was already called and must not be called by the
callback.
processRow
in interface RowCallback
resultSet
- The result holding the dataSQLException
- the callback may throw an SQLException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.