Uses of Interface
org.h2.security.auth.Authenticator
-
Packages that use Authenticator Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.security.auth Authentication classes. -
-
Uses of Authenticator in org.h2.engine
Fields in org.h2.engine declared as Authenticator Modifier and Type Field Description private Authenticator
Database. authenticator
Methods in org.h2.engine that return Authenticator Modifier and Type Method Description Authenticator
Database. getAuthenticator()
get authenticator for database usersMethods in org.h2.engine with parameters of type Authenticator Modifier and Type Method Description void
Database. setAuthenticator(Authenticator authenticator)
Set current database authenticator -
Uses of Authenticator in org.h2.security.auth
Classes in org.h2.security.auth that implement Authenticator Modifier and Type Class Description class
DefaultAuthenticator
Default authenticator implementation.Methods in org.h2.security.auth that return Authenticator Modifier and Type Method Description static Authenticator
AuthenticatorFactory. createAuthenticator()
Factory method.
-