Package org.ossreviewtoolkit.utils.ort
Class OrtAuthenticator
-
- All Implemented Interfaces:
public final class OrtAuthenticator extends Authenticator
A caching authenticator that chains other authenticators. For proxy authentication, the OrtProxySelector is required to also be installed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOrtAuthenticator.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static OrtAuthenticator.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description OrtAuthenticator(Authenticator original)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
OrtAuthenticator
OrtAuthenticator(Authenticator original)
-
-
-
-