Class PamSession

java.lang.Object
com.soffid.iam.pam.api.PamSession
All Implemented Interfaces:
Serializable

public class PamSession extends Object implements Serializable
ValueObject PamSession
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Gets value for attribute id
    • setId

      public void setId(String id)
      Sets value for attribute id
    • getUser

      public String getUser()
      Gets value for attribute user
    • setUser

      public void setUser(String user)
      Sets value for attribute user
    • getAccountName

      public String getAccountName()
      Gets value for attribute accountName
    • setAccountName

      public void setAccountName(String accountName)
      Sets value for attribute accountName
    • getJumpServerGroup

      public String getJumpServerGroup()
      Gets value for attribute jumpServerGroup
    • setJumpServerGroup

      public void setJumpServerGroup(String jumpServerGroup)
      Sets value for attribute jumpServerGroup
    • getServerUrl

      public String getServerUrl()
      Gets value for attribute serverUrl
    • setServerUrl

      public void setServerUrl(String serverUrl)
      Sets value for attribute serverUrl
    • getPath

      public String getPath()
      Gets value for attribute path
    • setPath

      public void setPath(String path)
      Sets value for attribute path
    • getChapters

      public List<Long> getChapters()
      Gets value for attribute chapters
    • setChapters

      public void setChapters(List<Long> chapters)
      Sets value for attribute chapters
    • getServerStart

      public Date getServerStart()
      Gets value for attribute serverStart
    • setServerStart

      public void setServerStart(Date serverStart)
      Sets value for attribute serverStart
    • getServerEnd

      public Date getServerEnd()
      Gets value for attribute serverEnd
    • setServerEnd

      public void setServerEnd(Date serverEnd)
      Sets value for attribute serverEnd
    • getBookmarks

      public List<Long> getBookmarks()
      Gets value for attribute bookmarks
    • setBookmarks

      public void setBookmarks(List<Long> bookmarks)
      Sets value for attribute bookmarks
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object