Uses of Class
org.conical.common.bbl.auth.AuthConfig
Packages that use AuthConfig
-
Uses of AuthConfig in org.conical.common.bbl.auth
Methods in org.conical.common.bbl.auth that return AuthConfigModifier and TypeMethodDescriptionAuthConfig.createCopy()Creates a copy of this object and returns itMethods in org.conical.common.bbl.auth with parameters of type AuthConfigModifier and TypeMethodDescriptionintAuthConfig.compare(AuthConfig o1, AuthConfig o2) Implementation of compare to allow sorting of AuthConfigsintAuthConfig.compareTo(AuthConfig o) Implementation of compareTo to allow sorting of AuthConfigs.static AuthenticatorAuthFactory.getAuthenticator(AuthConfig config) Checks config and returns an appropriateAuthenticator.static AuthDataSourceAuthDataSource.getInstance(AuthConfig config) Looks up the AuthDataSource for this configuration and returns it if it exists.Constructors in org.conical.common.bbl.auth with parameters of type AuthConfigModifierConstructorDescriptionDatabaseAuthenticator(AuthConfig config) Creates a new instance with the given configLdapAuthenticator(AuthConfig config)