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 TypeInterfaceDescriptioninterface
A class that implement this interface can be used to validate credentials provided by client.interface
A 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 TypeClassDescriptionclass
Assign to user a role based on realm name *class
Validate credentials by using standard Java Authentication and Authorization Serviceclass
Validate credentials by performing an LDAP bindclass
Assign static roles to authenticated usersclass
This credentials validator matches the user and password with the configured Usage should be limited to test purposes