Package com.soffid.iam.am.api
Class Session
java.lang.Object
com.soffid.iam.am.api.Session
- All Implemented Interfaces:
Serializable
ValueObject Session
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSession()Session(String userName, String serverHostName, String clientHostName, Long browser, String country, Long port, Long id, String userFullName, Calendar startDate, String key, Calendar keepAliveDate, String temporaryKey, Long accessLogId, String url, String authenticationMethod, SessionType type, String monitorUrl, String sessionUrl, String accountName, String serviceProvider, String tenantName) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accessLogIdGets value for attribute accountNameGets value for attribute authenticationMethodGets value for attribute browserGets value for attribute clientHostNameGets value for attribute countrygetId()Gets value for attribute idGets value for attribute keepAliveDategetKey()Gets value for attribute keyGets value for attribute monitorUrlgetPort()Gets value for attribute portGets value for attribute serverHostNameGets value for attribute serviceProviderGets value for attribute sessionUrlGets value for attribute startDateGets value for attribute temporaryKeyGets value for attribute tenantNamegetType()Gets value for attribute typegetUrl()Gets value for attribute urlGets value for attribute userFullNameGets value for attribute userNamevoidsetAccessLogId(Long accessLogId) Sets value for attribute accessLogIdvoidsetAccountName(String accountName) Sets value for attribute accountNamevoidsetAuthenticationMethod(String authenticationMethod) Sets value for attribute authenticationMethodvoidsetBrowser(Long browser) Sets value for attribute browservoidsetClientHostName(String clientHostName) Sets value for attribute clientHostNamevoidsetCountry(String country) Sets value for attribute countryvoidSets value for attribute idvoidsetKeepAliveDate(Calendar keepAliveDate) Sets value for attribute keepAliveDatevoidSets value for attribute keyvoidsetMonitorUrl(String monitorUrl) Sets value for attribute monitorUrlvoidSets value for attribute portvoidsetServerHostName(String serverHostName) Sets value for attribute serverHostNamevoidsetServiceProvider(String serviceProvider) Sets value for attribute serviceProvidervoidsetSessionUrl(String sessionUrl) Sets value for attribute sessionUrlvoidsetStartDate(Calendar startDate) Sets value for attribute startDatevoidsetTemporaryKey(String temporaryKey) Sets value for attribute temporaryKeyvoidsetTenantName(String tenantName) Sets value for attribute tenantNamevoidsetType(SessionType type) Sets value for attribute typevoidSets value for attribute urlvoidsetUserFullName(String userFullName) Sets value for attribute userFullNamevoidsetUserName(String userName) Sets value for attribute userNametoString()Returns a string representation of the value object.
-
Constructor Details
-
Session
public Session() -
Session
public Session(String userName, String serverHostName, String clientHostName, Long browser, String country, Long port, Long id, String userFullName, Calendar startDate, String key, Calendar keepAliveDate, String temporaryKey, Long accessLogId, String url, String authenticationMethod, SessionType type, String monitorUrl, String sessionUrl, String accountName, String serviceProvider, String tenantName) -
Session
-
Session
-
-
Method Details
-
getUserName
Gets value for attribute userName -
setUserName
Sets value for attribute userName -
getServerHostName
Gets value for attribute serverHostName -
setServerHostName
Sets value for attribute serverHostName -
getClientHostName
Gets value for attribute clientHostName -
setClientHostName
Sets value for attribute clientHostName -
getBrowser
Gets value for attribute browser -
setBrowser
Sets value for attribute browser -
getCountry
Gets value for attribute country -
setCountry
Sets value for attribute country -
getPort
Gets value for attribute port -
setPort
Sets value for attribute port -
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getUserFullName
Gets value for attribute userFullName -
setUserFullName
Sets value for attribute userFullName -
getStartDate
Gets value for attribute startDate -
setStartDate
Sets value for attribute startDate -
getKey
Gets value for attribute key -
setKey
Sets value for attribute key -
getKeepAliveDate
Gets value for attribute keepAliveDate -
setKeepAliveDate
Sets value for attribute keepAliveDate -
getTemporaryKey
Gets value for attribute temporaryKey -
setTemporaryKey
Sets value for attribute temporaryKey -
getAccessLogId
Gets value for attribute accessLogId -
setAccessLogId
Sets value for attribute accessLogId -
getUrl
Gets value for attribute url -
setUrl
Sets value for attribute url -
getAuthenticationMethod
Gets value for attribute authenticationMethod -
setAuthenticationMethod
Sets value for attribute authenticationMethod -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getMonitorUrl
Gets value for attribute monitorUrl -
setMonitorUrl
Sets value for attribute monitorUrl -
getSessionUrl
Gets value for attribute sessionUrl -
setSessionUrl
Sets value for attribute sessionUrl -
getAccountName
Gets value for attribute accountName -
setAccountName
Sets value for attribute accountName -
getServiceProvider
Gets value for attribute serviceProvider -
setServiceProvider
Sets value for attribute serviceProvider -
getTenantName
Gets value for attribute tenantName -
setTenantName
Sets value for attribute tenantName -
toString
Returns a string representation of the value object.
-