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 User
Authenticator. authenticate(AuthenticationInfo authenticationInfo, Database database)
Perform user authentication.User
DefaultAuthenticator. authenticate(AuthenticationInfo authenticationInfo, Database database)
private void
DefaultAuthenticator. configureFrom(H2AuthConfig config)
void
DefaultAuthenticator. configureFromUrl(java.net.URL configUrl)
Configure the authenticator from a configuration fileprivate boolean
DefaultAuthenticator. 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)
boolean
StaticUserCredentialsValidator. validateCredentials(AuthenticationInfo authenticationInfo)
-