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 TypeMethodDescriptionint
AuthConfig.compare
(AuthConfig o1, AuthConfig o2) Implementation of compare to allow sorting of AuthConfigsint
AuthConfig.compareTo
(AuthConfig o) Implementation of compareTo to allow sorting of AuthConfigs.static Authenticator
AuthFactory.getAuthenticator
(AuthConfig config) Checks config and returns an appropriateAuthenticator
.static AuthDataSource
AuthDataSource.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)