Uses of Interface
org.h2.security.auth.Configurable
-
Packages that use Configurable Package Description org.h2.api Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.org.h2.security.auth.impl Authentication classes. -
-
Uses of Configurable in org.h2.api
Subinterfaces of Configurable in org.h2.api Modifier and Type Interface Description interface
CredentialsValidator
A class that implement this interface can be used to validate credentials provided by client.interface
UserToRolesMapper
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 Configurable Modifier and Type Class Description class
AssignRealmNameRole
Assign to user a role based on realm name *class
JaasCredentialsValidator
Validate credentials by using standard Java Authentication and Authorization Serviceclass
LdapCredentialsValidator
Validate credentials by performing an LDAP bindclass
StaticRolesMapper
Assign static roles to authenticated usersclass
StaticUserCredentialsValidator
This credentials validator matches the user and password with the configured Usage should be limited to test purposes
-