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 interfaceCredentialsValidatorA class that implement this interface can be used to validate credentials provided by client.interfaceUserToRolesMapperA 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 classAssignRealmNameRoleAssign to user a role based on realm name *classJaasCredentialsValidatorValidate credentials by using standard Java Authentication and Authorization ServiceclassLdapCredentialsValidatorValidate credentials by performing an LDAP bindclassStaticRolesMapperAssign static roles to authenticated usersclassStaticUserCredentialsValidatorThis credentials validator matches the user and password with the configured Usage should be limited to test purposes
-