Uses of Class
org.h2.security.auth.AuthenticationException
Packages that use AuthenticationException
Package
Description
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
Authentication classes.
Authentication classes.
-
Uses of AuthenticationException in org.h2.api
Methods in org.h2.api that throw AuthenticationExceptionModifier and TypeMethodDescriptionUserToRolesMapper.mapUserToRoles(AuthenticationInfo authenticationInfo) Map user identified by authentication info to a set of granted roles. -
Uses of AuthenticationException in org.h2.security.auth
Methods in org.h2.security.auth that throw AuthenticationExceptionModifier and TypeMethodDescriptionAuthenticator.authenticate(AuthenticationInfo authenticationInfo, Database database) Perform user authentication.final UserDefaultAuthenticator.authenticate(AuthenticationInfo authenticationInfo, Database database) private voidDefaultAuthenticator.configureFrom(H2AuthConfig config) voidDefaultAuthenticator.configureFromUrl(URL configUrl) Configure the authenticator from a configuration fileprivate booleanDefaultAuthenticator.updateRoles(AuthenticationInfo authenticationInfo, User user, Database database) -
Uses of AuthenticationException in org.h2.security.auth.impl
Methods in org.h2.security.auth.impl that throw AuthenticationExceptionModifier and TypeMethodDescriptionAssignRealmNameRole.mapUserToRoles(AuthenticationInfo authenticationInfo) StaticRolesMapper.mapUserToRoles(AuthenticationInfo authenticationInfo) booleanStaticUserCredentialsValidator.validateCredentials(AuthenticationInfo authenticationInfo)