Class EcsSetup.AbstractManagerSetup
java.lang.Object
de.iip_ecosphere.platform.ecsRuntime.EcsSetup.AbstractManagerSetup
- Enclosing class:
EcsSetup
Common settings for a container manager setup.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the authentication key.voidsetAuthenticationKey(String authenticationKey) Defines the docker host.
-
Field Details
-
authenticationKey
-
-
Constructor Details
-
AbstractManagerSetup
public AbstractManagerSetup()
-
-
Method Details
-
getAuthenticationKey
Returns the authentication key.- Returns:
- the authentication key pointing to the
IdentityStore, may be empty or null
-
setAuthenticationKey
Defines the docker host. [required by SnakeYaml]- Parameters:
authenticationKey- the authentication key pointing to theIdentityStore, may be empty or null
-