Class Session

java.lang.Object
com.soffid.iam.am.api.Session
All Implemented Interfaces:
Serializable

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

  • Method Details

    • getUserName

      public String getUserName()
      Gets value for attribute userName
    • setUserName

      public void setUserName(String userName)
      Sets value for attribute userName
    • getServerHostName

      public String getServerHostName()
      Gets value for attribute serverHostName
    • setServerHostName

      public void setServerHostName(String serverHostName)
      Sets value for attribute serverHostName
    • getClientHostName

      public String getClientHostName()
      Gets value for attribute clientHostName
    • setClientHostName

      public void setClientHostName(String clientHostName)
      Sets value for attribute clientHostName
    • getBrowser

      public Long getBrowser()
      Gets value for attribute browser
    • setBrowser

      public void setBrowser(Long browser)
      Sets value for attribute browser
    • getCountry

      public String getCountry()
      Gets value for attribute country
    • setCountry

      public void setCountry(String country)
      Sets value for attribute country
    • getPort

      public Long getPort()
      Gets value for attribute port
    • setPort

      public void setPort(Long port)
      Sets value for attribute port
    • getId

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

      public void setId(Long id)
      Sets value for attribute id
    • getUserFullName

      public String getUserFullName()
      Gets value for attribute userFullName
    • setUserFullName

      public void setUserFullName(String userFullName)
      Sets value for attribute userFullName
    • getStartDate

      public Calendar getStartDate()
      Gets value for attribute startDate
    • setStartDate

      public void setStartDate(Calendar startDate)
      Sets value for attribute startDate
    • getKey

      public String getKey()
      Gets value for attribute key
    • setKey

      public void setKey(String key)
      Sets value for attribute key
    • getKeepAliveDate

      public Calendar getKeepAliveDate()
      Gets value for attribute keepAliveDate
    • setKeepAliveDate

      public void setKeepAliveDate(Calendar keepAliveDate)
      Sets value for attribute keepAliveDate
    • getTemporaryKey

      public String getTemporaryKey()
      Gets value for attribute temporaryKey
    • setTemporaryKey

      public void setTemporaryKey(String temporaryKey)
      Sets value for attribute temporaryKey
    • getAccessLogId

      public Long getAccessLogId()
      Gets value for attribute accessLogId
    • setAccessLogId

      public void setAccessLogId(Long accessLogId)
      Sets value for attribute accessLogId
    • getUrl

      public String getUrl()
      Gets value for attribute url
    • setUrl

      public void setUrl(String url)
      Sets value for attribute url
    • getAuthenticationMethod

      public String getAuthenticationMethod()
      Gets value for attribute authenticationMethod
    • setAuthenticationMethod

      public void setAuthenticationMethod(String authenticationMethod)
      Sets value for attribute authenticationMethod
    • getType

      public SessionType getType()
      Gets value for attribute type
    • setType

      public void setType(SessionType type)
      Sets value for attribute type
    • getMonitorUrl

      public String getMonitorUrl()
      Gets value for attribute monitorUrl
    • setMonitorUrl

      public void setMonitorUrl(String monitorUrl)
      Sets value for attribute monitorUrl
    • getSessionUrl

      public String getSessionUrl()
      Gets value for attribute sessionUrl
    • setSessionUrl

      public void setSessionUrl(String sessionUrl)
      Sets value for attribute sessionUrl
    • getAccountName

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

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

      public String getServiceProvider()
      Gets value for attribute serviceProvider
    • setServiceProvider

      public void setServiceProvider(String serviceProvider)
      Sets value for attribute serviceProvider
    • getTenantName

      public String getTenantName()
      Gets value for attribute tenantName
    • setTenantName

      public void setTenantName(String tenantName)
      Sets value for attribute tenantName
    • toString

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