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 TypeClassDescriptionclass
Authenticates users and assigns access roles based on custom database tables.class
Authenticates users and assigns access roles based on LDAP queries.Methods in org.conical.common.bbl.auth that return AuthenticatorModifier and TypeMethodDescriptionstatic Authenticator
AuthFactory.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 Authenticator
AuthFactory.getAuthenticator
(AuthConfig config) Checks config and returns an appropriateAuthenticator
.