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.realms
Methods in org.h2.security.auth with parameters of type CredentialsValidatorModifier and TypeMethodDescriptionvoid
DefaultAuthenticator.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 TypeClassDescriptionclass
Validate credentials by using standard Java Authentication and Authorization Serviceclass
Validate credentials by performing an LDAP bindclass
This credentials validator matches the user and password with the configured Usage should be limited to test purposes