Uses of Interface
org.conical.common.bbl.auth.Authenticator
-
Uses of Authenticator in org.conical.common.bbl.auth
Modifier and TypeClassDescriptionclass
Authenticates users and assigns access roles based on custom database tables.class
Authenticates users and assigns access roles based on LDAP queries.Modifier 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
.