Package com.soffid.iam.pam.api
Class PamSession
java.lang.Object
com.soffid.iam.pam.api.PamSession
- All Implemented Interfaces:
Serializable
ValueObject PamSession
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPamSession(PamSession otherBean) PamSession(String id, String user, String accountName, String jumpServerGroup, String serverUrl, String path, List<Long> chapters, Date serverStart, Date serverEnd, List<Long> bookmarks) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountNameGets value for attribute bookmarksGets value for attribute chaptersgetId()Gets value for attribute idGets value for attribute jumpServerGroupgetPath()Gets value for attribute pathGets value for attribute serverEndGets value for attribute serverStartGets value for attribute serverUrlgetUser()Gets value for attribute uservoidsetAccountName(String accountName) Sets value for attribute accountNamevoidsetBookmarks(List<Long> bookmarks) Sets value for attribute bookmarksvoidsetChapters(List<Long> chapters) Sets value for attribute chaptersvoidSets value for attribute idvoidsetJumpServerGroup(String jumpServerGroup) Sets value for attribute jumpServerGroupvoidSets value for attribute pathvoidsetServerEnd(Date serverEnd) Sets value for attribute serverEndvoidsetServerStart(Date serverStart) Sets value for attribute serverStartvoidsetServerUrl(String serverUrl) Sets value for attribute serverUrlvoidSets value for attribute usertoString()Returns a string representation of the value object.
-
Constructor Details
-
PamSession
public PamSession() -
PamSession
-
PamSession
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getUser
Gets value for attribute user -
setUser
Sets value for attribute user -
getAccountName
Gets value for attribute accountName -
setAccountName
Sets value for attribute accountName -
getJumpServerGroup
Gets value for attribute jumpServerGroup -
setJumpServerGroup
Sets value for attribute jumpServerGroup -
getServerUrl
Gets value for attribute serverUrl -
setServerUrl
Sets value for attribute serverUrl -
getPath
Gets value for attribute path -
setPath
Sets value for attribute path -
getChapters
Gets value for attribute chapters -
setChapters
Sets value for attribute chapters -
getServerStart
Gets value for attribute serverStart -
setServerStart
Sets value for attribute serverStart -
getServerEnd
Gets value for attribute serverEnd -
setServerEnd
Sets value for attribute serverEnd -
getBookmarks
Gets value for attribute bookmarks -
setBookmarks
Sets value for attribute bookmarks -
toString
Returns a string representation of the value object.
-