|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ jdbc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.jdbc
Interface AuthenticationService

- public interface AuthenticationService
The AuthenticationService provides a mechanism for authenticating users willing to access JBMS.
There can be different and user defined authentication schemes, as long the expected interface here below is implementing and registered as a module when JBMS starts-up.
| Field Summary | |
static java.lang.String |
MODULE
|
| Method Summary | |
boolean |
authenticate(java.lang.String databaseName,
java.util.Properties info)
Authenticate a User inside JBMS. |
| Field Detail |
MODULE
public static final java.lang.String MODULE
- See Also:
- Constant Field Values
| Method Detail |
authenticate
public boolean authenticate(java.lang.String databaseName, java.util.Properties info) throws java.sql.SQLException
- Authenticate a User inside JBMS.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ jdbc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC