Uses of Class
org.conical.common.bbl.auth.AuthConfig
-
Uses of AuthConfig in org.conical.common.bbl.auth
Modifier and TypeMethodDescriptionAuthConfig.createCopy()
Creates a copy of this object and returns itModifier 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.ModifierConstructorDescriptionDatabaseAuthenticator
(AuthConfig config) Creates a new instance with the given configLdapAuthenticator
(AuthConfig config)