Module org.hsqldb
Package org.hsqldb.auth
package org.hsqldb.auth
Contains the HyperSQL utility classes for managing external user authentication.
-
ClassDescriptionThis class provides a method which can be used directly as a HyperSQL static Java function method.AuthFunctionBeans are NOT directly usable as HyperSQL Authentication Function methods, they are POJO beans to be managed by AuthBeanMultiplexer (which does have a real HyperSQL Authentication Function static method).Static external-auth-related utilities.Delegates authentication decisions, and optionally determination of user roles and schema, to a different HyperSQL catalog, which may be in the same JVM or remote.Provides authentication and authorization (roles and initial schema) according to JAAS modules configured by the runtime JAAS implementation.Authenticates to a HyperSQL catalog according to entries in a LDAP database.Tests the settings for LdapAuthBean.