Package org.ossreviewtoolkit.utils.ort
Class EnvVarAuthenticator
-
- All Implemented Interfaces:
public final class EnvVarAuthenticator extends Authenticator
A simple non-caching authenticator that reads credentials from given environment variables with the names ORT_HTTP_USERNAME_ENV_NAME and ORT_HTTP_PASSWORD_ENV_NAME.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringORT_HTTP_USERNAME_ENV_NAMEpublic final static StringORT_HTTP_PASSWORD_ENV_NAME
-
Constructor Summary
Constructors Constructor Description EnvVarAuthenticator(Map<String, String> env)
-