Uses of Interface
org.h2.security.auth.Authenticator
Packages that use Authenticator
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Authentication classes.
-
Uses of Authenticator in org.h2.engine
Fields in org.h2.engine declared as AuthenticatorMethods in org.h2.engine that return AuthenticatorModifier and TypeMethodDescriptionDatabase.getAuthenticator()
get authenticator for database usersMethods in org.h2.engine with parameters of type AuthenticatorModifier and TypeMethodDescriptionvoid
Database.setAuthenticator
(Authenticator authenticator) Set current database authenticator -
Uses of Authenticator in org.h2.security.auth
Classes in org.h2.security.auth that implement AuthenticatorModifier and TypeClassDescriptionclass
Default authenticator implementation.Methods in org.h2.security.auth that return AuthenticatorModifier and TypeMethodDescriptionstatic Authenticator
AuthenticatorFactory.createAuthenticator()
Factory method.