| 程序包 | 说明 |
|---|---|
| org.h2.api |
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
|
| 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.
|
| org.h2.security.auth.impl |
Authentication classes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<String> |
UserToRolesMapper.mapUserToRoles(AuthenticationInfo authenticationInfo)
Map user identified by authentication info to a set of granted roles.
|
Collection<String> |
UserToRolesMapper.mapUserToRoles(AuthenticationInfo authenticationInfo)
Map user identified by authentication info to a set of granted roles.
|
boolean |
CredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo)
Validate user credential.
|
boolean |
CredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo)
Validate user credential.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static User |
UserBuilder.buildUser(AuthenticationInfo authenticationInfo,
Database database,
boolean persistent)
Build the database user starting from authentication informations.
|
static User |
UserBuilder.buildUser(AuthenticationInfo authenticationInfo,
Database database,
boolean persistent)
Build the database user starting from authentication informations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
User |
Authenticator.authenticate(AuthenticationInfo authenticationInfo,
Database database)
Perform user authentication.
|
User |
DefaultAuthenticator.authenticate(AuthenticationInfo authenticationInfo,
Database database) |
User |
DefaultAuthenticator.authenticate(AuthenticationInfo authenticationInfo,
Database database) |
User |
Authenticator.authenticate(AuthenticationInfo authenticationInfo,
Database database)
Perform user authentication.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<String> |
AssignRealmNameRole.mapUserToRoles(AuthenticationInfo authenticationInfo) |
Collection<String> |
StaticRolesMapper.mapUserToRoles(AuthenticationInfo authenticationInfo) |
Collection<String> |
StaticRolesMapper.mapUserToRoles(AuthenticationInfo authenticationInfo) |
Collection<String> |
AssignRealmNameRole.mapUserToRoles(AuthenticationInfo authenticationInfo) |
boolean |
JaasCredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo) |
boolean |
LdapCredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo) |
boolean |
StaticUserCredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo) |
boolean |
StaticUserCredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo) |
boolean |
LdapCredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo) |
boolean |
JaasCredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo) |
Copyright © 2022. All rights reserved.