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 AuthenticatorDatabase. authenticatorMethods in org.h2.engine that return Authenticator Modifier and Type Method Description AuthenticatorDatabase. getAuthenticator()get authenticator for database usersMethods in org.h2.engine with parameters of type Authenticator Modifier and Type Method Description voidDatabase. 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 classDefaultAuthenticatorDefault authenticator implementation.Methods in org.h2.security.auth that return Authenticator Modifier and Type Method Description static AuthenticatorAuthenticatorFactory. createAuthenticator()Factory method.
-