Interface DockerCredentialHelperAuth
-
@Immutable public interface DockerCredentialHelperAuthRepresents the auth response received from a docker credential helper on a "get" operation, or sent to a credential helper on a "store".
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDockerCredentialHelperAuth.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DockerCredentialHelperAuth.Builderbuilder()Stringsecret()StringserverUrl()default RegistryAuthtoRegistryAuth()Stringusername()
-
-
-
Method Detail
-
username
String username()
-
secret
String secret()
-
serverUrl
String serverUrl()
-
builder
static DockerCredentialHelperAuth.Builder builder()
-
toRegistryAuth
@Derived default RegistryAuth toRegistryAuth()
-
-