|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 Derby. |
java.lang.String |
getSystemCredentialsDatabaseName()
Get the name of the credentials database used to authenticate system-wide operations. |
| Field Detail |
|---|
static final java.lang.String MODULE
| Method Detail |
|---|
boolean authenticate(java.lang.String databaseName,
java.util.Properties info)
throws java.sql.SQLException
info - Connection properties info.
failure.
java.sql.SQLExceptionjava.lang.String getSystemCredentialsDatabaseName()
Get the name of the credentials database used to authenticate system-wide operations. This returns null for all implementations except NATIVE authentication.
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||