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.booleanCredentialsValidator.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 UserUserBuilder.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 UserDefaultAuthenticator.authenticate(AuthenticationInfo authenticationInfo, Database database) private booleanDefaultAuthenticator.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) AuthenticationInfoJaasCredentialsValidator.AuthenticationInfoCallbackHandler.authenticationInfoMethods in org.h2.security.auth.impl with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionAssignRealmNameRole.mapUserToRoles(AuthenticationInfo authenticationInfo) StaticRolesMapper.mapUserToRoles(AuthenticationInfo authenticationInfo) booleanJaasCredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo) booleanLdapCredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo) booleanStaticUserCredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo) Constructors in org.h2.security.auth.impl with parameters of type AuthenticationInfoModifierConstructorDescription(package private)AuthenticationInfoCallbackHandler(AuthenticationInfo authenticationInfo)