public class ProxyUserAuthenticator extends Object implements org.apache.derby.authentication.UserAuthenticator
| Constructor and Description |
|---|
ProxyUserAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticateUser(String userName,
String passwordOrSid,
String dbName,
Properties info)
Authenticate the user using proxy properties for the default ones
|
public boolean authenticateUser(String userName, String passwordOrSid, String dbName, Properties info) throws SQLException
authenticateUser in interface org.apache.derby.authentication.UserAuthenticatoruserName - the name of the user that should be authenticatedpasswordOrSid - password to authenticate the userdbName - database nameinfo - propertiesSQLException - provides information on a database access error or other errorsCopyright © 2018–2020 ODPi. All rights reserved.