Package org.ossreviewtoolkit.utils.ort
Object OrtAuthenticator.Companion
-
- All Implemented Interfaces:
-
org.apache.logging.log4j.kotlin.Logging
public class OrtAuthenticator.Companion implements Logging
-
-
Field Summary
Fields Modifier and Type Field Description private final KotlinLoggerloggerpublic final static OrtAuthenticator.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final OrtAuthenticatorinstall()Install this authenticator as the global default. final Authenticatoruninstall()Uninstall this authenticator, restoring the previous authenticator as the global default. -
-
Method Detail
-
install
@Synchronized() final OrtAuthenticator install()
Install this authenticator as the global default.
-
uninstall
@Synchronized() final Authenticator uninstall()
Uninstall this authenticator, restoring the previous authenticator as the global default.
-
-
-
-