Class AgentSession

java.lang.Object
i5.las2peer.connectors.webConnector.util.AgentSession

public class AgentSession
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    AgentSession​(java.lang.String sessionId, i5.las2peer.security.PassphraseAgentImpl agent)  
  • Method Summary

    Modifier and Type Method Description
    i5.las2peer.security.PassphraseAgentImpl getAgent()  
    java.util.Date getLastActive()  
    java.lang.String getSessionId()  
    void touch()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AgentSession

      public AgentSession​(java.lang.String sessionId, i5.las2peer.security.PassphraseAgentImpl agent)
  • Method Details

    • getSessionId

      public java.lang.String getSessionId()
    • getAgent

      public i5.las2peer.security.PassphraseAgentImpl getAgent()
    • getLastActive

      public java.util.Date getLastActive()
    • touch

      public void touch()