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. realmsMethods in org.h2.security.auth with parameters of type CredentialsValidator Modifier and Type Method Description voidDefaultAuthenticator. 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 classJaasCredentialsValidatorValidate credentials by using standard Java Authentication and Authorization ServiceclassLdapCredentialsValidatorValidate credentials by performing an LDAP bindclassStaticUserCredentialsValidatorThis credentials validator matches the user and password with the configured Usage should be limited to test purposes
-