| 程序包 | 说明 |
|---|---|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in another sub-package.
|
| org.h2.security.auth |
Authentication classes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Authenticator |
Database.getAuthenticator()
get authenticator for database users
|
Authenticator |
Database.getAuthenticator()
get authenticator for database users
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Database.setAuthenticator(Authenticator authenticator)
Set current database authenticator
|
void |
Database.setAuthenticator(Authenticator authenticator)
Set current database authenticator
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultAuthenticator
Default authenticator implementation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Authenticator |
AuthenticatorFactory.createAuthenticator()
Factory method.
|
static Authenticator |
AuthenticatorFactory.createAuthenticator()
Factory method.
|
Copyright © 2022. All rights reserved.