Class RemoteAccessServer

java.lang.Object
de.iip_ecosphere.platform.ecsRuntime.ssh.RemoteAccessServer
All Implemented Interfaces:
de.iip_ecosphere.platform.support.Server

public class RemoteAccessServer extends Object implements de.iip_ecosphere.platform.support.Server
A RemoteAccessServer grants access to the local terminal through a remote connection.
Author:
Dennis Pidun, University of Hildesheim
  • Field Details

  • Constructor Details

    • RemoteAccessServer

      RemoteAccessServer()
      Default constructor, restricts creation to package only.
  • Method Details

    • start

      public de.iip_ecosphere.platform.support.Server start()
      Specified by:
      start in interface de.iip_ecosphere.platform.support.Server
    • stop

      public void stop(boolean dispose)
      Specified by:
      stop in interface de.iip_ecosphere.platform.support.Server
    • isStarted

      public boolean isStarted()
      Gets the started status.
      Returns:
      started
    • getCredentialsManager

      public RemoteAccessServer.CredentialsManager getCredentialsManager()
      The credentials manager connected to the server.
      Returns:
      the credentials manager