HTTPAuthProvider class

Inheritance

Constructors

HTTPAuthProvider()

Properties

configEmailAddress String?
getter/setter pairinherited
configPassword String?
getter/setter pairinherited
configToken String?
Settings stored in the configuration file
getter/setter pairinherited
configUsername String?
getter/setter pairinherited
envEmailAddress String?
getter/setter pairinherited
environment List<EnvVar>
Provides a list of environment variables that must be passed into the docker container when it is created.
no setteroverride
envToken String?
Settings stored in environment variables.
getter/setter pairinherited
envUsername String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
Generic AuthProvider environment variables. unique name of the provider used as the key
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String
Description of the provider which we display to the user to help them select the provider.
no setteroverride
supportsPrivateMode bool
Overload this method to indicate if the auth provider supports a webserver operating on a private ip address (with no public access).
no setteroverride
supportsWildCards bool
Overload this method to indicate whether the auth provider can support authentication of wildcard certificates.
no setteroverride

Methods

acquire() → void
Starts the process to acquire a certificate.
override
authHook({String? hostname, String? domain, String? tld, String? emailaddress}) → void
overload this method if your provide needs to to have a manual auth_hook called
override
cleanupHook({String? hostname, String? domain, String? tld, String? emailaddress}) → void
overload this method if your provide needs to to have a manual cleanup hook called
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printEnv(String key, String? value) → void
inherited
promptForSettings(ConfigYaml config) → void
override
toString() String
A string representation of this object.
inherited
validateEnvironmentVariables() → void
override

Operators

operator ==(Object other) bool
The equality operator.
inherited