Uses of Interface
org.h2.api.CredentialsValidator
Packages that use CredentialsValidator
Package
Description
Authentication classes.
Authentication classes.
-
Uses of CredentialsValidator in org.h2.security.auth
Fields in org.h2.security.auth with type parameters of type CredentialsValidatorModifier and TypeFieldDescriptionprivate Map<String, CredentialsValidator> DefaultAuthenticator.realmsMethods in org.h2.security.auth with parameters of type CredentialsValidatorModifier and TypeMethodDescriptionvoidDefaultAuthenticator.addRealm(String name, CredentialsValidator credentialsValidator) Add an authentication realm. -
Uses of CredentialsValidator in org.h2.security.auth.impl
Classes in org.h2.security.auth.impl that implement CredentialsValidatorModifier and TypeClassDescriptionclassValidate credentials by using standard Java Authentication and Authorization ServiceclassValidate credentials by performing an LDAP bindclassThis credentials validator matches the user and password with the configured Usage should be limited to test purposes