Class EcsSetup.AbstractManagerSetup

java.lang.Object
de.iip_ecosphere.platform.ecsRuntime.EcsSetup.AbstractManagerSetup
Enclosing class:
EcsSetup

public abstract static class EcsSetup.AbstractManagerSetup extends Object
Common settings for a container manager setup.
Author:
Holger Eichelberger, SSE
  • Field Details

    • authenticationKey

      private String authenticationKey
  • Constructor Details

    • AbstractManagerSetup

      public AbstractManagerSetup()
  • Method Details

    • getAuthenticationKey

      public String getAuthenticationKey()
      Returns the authentication key.
      Returns:
      the authentication key pointing to the IdentityStore, may be empty or null
    • setAuthenticationKey

      public void setAuthenticationKey(String authenticationKey)
      Defines the docker host. [required by SnakeYaml]
      Parameters:
      authenticationKey - the authentication key pointing to the IdentityStore, may be empty or null