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 TypeMethodDescriptionvoidDatabase.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 TypeClassDescriptionclassDefault authenticator implementation.Methods in org.h2.security.auth that return AuthenticatorModifier and TypeMethodDescriptionstatic AuthenticatorAuthenticatorFactory.createAuthenticator()Factory method.