Uses of Interface
org.h2.api.CredentialsValidator
-
Packages that use CredentialsValidator Package Description org.h2.security.auth Authentication classes.org.h2.security.auth.impl Authentication classes. -
-
Uses of CredentialsValidator in org.h2.security.auth
Fields in org.h2.security.auth with type parameters of type CredentialsValidator Modifier and Type Field Description private java.util.Map<java.lang.String,CredentialsValidator>
DefaultAuthenticator. realms
Methods in org.h2.security.auth with parameters of type CredentialsValidator Modifier and Type Method Description void
DefaultAuthenticator. addRealm(java.lang.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 CredentialsValidator Modifier and Type Class Description class
JaasCredentialsValidator
Validate credentials by using standard Java Authentication and Authorization Serviceclass
LdapCredentialsValidator
Validate credentials by performing an LDAP bindclass
StaticUserCredentialsValidator
This credentials validator matches the user and password with the configured Usage should be limited to test purposes
-