Uses of Class
org.h2.security.auth.AuthenticationException
-
Packages that use AuthenticationException Package Description org.h2.api Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.org.h2.security.auth Authentication classes.org.h2.security.auth.impl Authentication classes. -
-
Uses of AuthenticationException in org.h2.api
Methods in org.h2.api that throw AuthenticationException Modifier and Type Method Description java.util.Collection<java.lang.String>UserToRolesMapper. 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 AuthenticationException Modifier and Type Method Description UserAuthenticator. authenticate(AuthenticationInfo authenticationInfo, Database database)Perform user authentication.UserDefaultAuthenticator. authenticate(AuthenticationInfo authenticationInfo, Database database)private voidDefaultAuthenticator. configureFrom(H2AuthConfig config)voidDefaultAuthenticator. configureFromUrl(java.net.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 AuthenticationException Modifier and Type Method Description java.util.Collection<java.lang.String>AssignRealmNameRole. mapUserToRoles(AuthenticationInfo authenticationInfo)java.util.Collection<java.lang.String>StaticRolesMapper. mapUserToRoles(AuthenticationInfo authenticationInfo)booleanStaticUserCredentialsValidator. validateCredentials(AuthenticationInfo authenticationInfo)
-