Package io.fabric8.maven.docker.service
Class RegistryService.RegistryConfig
- java.lang.Object
-
- io.fabric8.maven.docker.service.RegistryService.RegistryConfig
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RegistryService
public static class RegistryService.RegistryConfig extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegistryService.RegistryConfig.Builder
-
Constructor Summary
Constructors Constructor Description RegistryConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapgetAuthConfig()AuthConfigFactorygetAuthConfigFactory()StringgetRegistry()org.apache.maven.settings.SettingsgetSettings()booleanisSkipExtendedAuth()
-
-
-
Method Detail
-
getRegistry
public String getRegistry()
-
getSettings
public org.apache.maven.settings.Settings getSettings()
-
getAuthConfigFactory
public AuthConfigFactory getAuthConfigFactory()
-
isSkipExtendedAuth
public boolean isSkipExtendedAuth()
-
getAuthConfig
public Map getAuthConfig()
-
-