Uses of Interface
org.conical.common.bbl.auth.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in org.conical.common.bbl.auth
Classes in org.conical.common.bbl.auth that implement AuthenticatorModifier and TypeClassDescriptionclassAuthenticates users and assigns access roles based on custom database tables.classAuthenticates users and assigns access roles based on LDAP queries.Methods in org.conical.common.bbl.auth that return AuthenticatorModifier and TypeMethodDescriptionstatic AuthenticatorAuthFactory.getAuthenticator()Returns the default Authenticator, which connects to a database using the BBL standard JNDI name under which a data source to the BBL authentication database should be registered.static AuthenticatorAuthFactory.getAuthenticator(AuthConfig config) Checks config and returns an appropriateAuthenticator.