Uses of Class
org.h2.security.auth.AuthenticationInfo
Packages that use AuthenticationInfo
Package
Description
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
Contains high level classes of the database and classes that don't fit in another sub-package.
Authentication classes.
Authentication classes.
-
Uses of AuthenticationInfo in org.h2.api
Methods in org.h2.api with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionUserToRolesMapper.mapUserToRoles
(AuthenticationInfo authenticationInfo) Map user identified by authentication info to a set of granted roles.boolean
CredentialsValidator.validateCredentials
(AuthenticationInfo authenticationInfo) Validate user credential. -
Uses of AuthenticationInfo in org.h2.engine
Methods in org.h2.engine with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionstatic User
UserBuilder.buildUser
(AuthenticationInfo authenticationInfo, Database database, boolean persistent) Build the database user starting from authentication informations. -
Uses of AuthenticationInfo in org.h2.security.auth
Methods in org.h2.security.auth with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionAuthenticator.authenticate
(AuthenticationInfo authenticationInfo, Database database) Perform user authentication.final User
DefaultAuthenticator.authenticate
(AuthenticationInfo authenticationInfo, Database database) private boolean
DefaultAuthenticator.updateRoles
(AuthenticationInfo authenticationInfo, User user, Database database) -
Uses of AuthenticationInfo in org.h2.security.auth.impl
Fields in org.h2.security.auth.impl declared as AuthenticationInfoModifier and TypeFieldDescription(package private) AuthenticationInfo
JaasCredentialsValidator.AuthenticationInfoCallbackHandler.authenticationInfo
Methods in org.h2.security.auth.impl with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionAssignRealmNameRole.mapUserToRoles
(AuthenticationInfo authenticationInfo) StaticRolesMapper.mapUserToRoles
(AuthenticationInfo authenticationInfo) boolean
JaasCredentialsValidator.validateCredentials
(AuthenticationInfo authenticationInfo) boolean
LdapCredentialsValidator.validateCredentials
(AuthenticationInfo authenticationInfo) boolean
StaticUserCredentialsValidator.validateCredentials
(AuthenticationInfo authenticationInfo) Constructors in org.h2.security.auth.impl with parameters of type AuthenticationInfoModifierConstructorDescription(package private)
AuthenticationInfoCallbackHandler
(AuthenticationInfo authenticationInfo)