Uses of Interface
org.h2.security.auth.Configurable
Packages that use Configurable
Package
Description
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
Authentication classes.
-
Uses of Configurable in org.h2.api
Subinterfaces of Configurable in org.h2.apiModifier and TypeInterfaceDescriptioninterfaceA class that implement this interface can be used to validate credentials provided by client.interfaceA class that implement this interface can be used during authentication to map external users to database roles. -
Uses of Configurable in org.h2.security.auth.impl
Classes in org.h2.security.auth.impl that implement ConfigurableModifier and TypeClassDescriptionclassAssign to user a role based on realm name *classValidate credentials by using standard Java Authentication and Authorization ServiceclassValidate credentials by performing an LDAP bindclassAssign static roles to authenticated usersclassThis credentials validator matches the user and password with the configured Usage should be limited to test purposes