Package edu.utk.cs.icl.rest.comm

This package provides the basic communications layer for GSAP.

See:
          Description

Interface Summary
ReSTAgent An interface for any class that will be used as a ReSTAgent to serve JSch Identities.
 

Class Summary
GsapComm This class abstracts out the Communication layer of GSAP.
GsapSSH This class abstracts out the SSH layer of ReST.
GsapTextUserInfo Text-based implementation of the JSch UserInfo interface.
GsapUserInfo Prompts user when needed for things such as password, passphrase, and yes/no.
ReSTAgentDaemon This class implements an SSH-agent for the ReST architecture.
ReSTAgentObject This is a convenience class to help the agent store the parts of the SSH keys.
 

Package edu.utk.cs.icl.rest.comm Description

This package provides the basic communications layer for GSAP. An SSH-based communication layer has been implemented for GSAP, but another layer could be written by extending GSAPComm.