Package com.soffid.iam.api
Class Session
- java.lang.Object
-
- com.soffid.iam.api.Session
-
- All Implemented Interfaces:
Serializable
public class Session extends Object implements Serializable
ValueObject Session- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Session()
Session(Session otherBean)
Session(String userName, String serverHostName, String clientHostName, Long port, Long id, String userFullName, Calendar startDate, String key, Calendar keepAliveDate, String temporaryKey, Long accessLogId, String url, String authenticationMethod, TipusSessio type, String monitorUrl, String sessionUrl, String accountName, String tenantName)
Session(String userName, Calendar startDate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAccessLogId()
Gets value for attribute accessLogIdString
getAccountName()
Gets value for attribute accountNameString
getAuthenticationMethod()
Gets value for attribute authenticationMethodString
getClientHostName()
Gets value for attribute clientHostNameLong
getId()
Gets value for attribute idCalendar
getKeepAliveDate()
Gets value for attribute keepAliveDateString
getKey()
Gets value for attribute keyString
getMonitorUrl()
Gets value for attribute monitorUrlLong
getPort()
Gets value for attribute portString
getServerHostName()
Gets value for attribute serverHostNameString
getSessionUrl()
Gets value for attribute sessionUrlCalendar
getStartDate()
Gets value for attribute startDateString
getTemporaryKey()
Gets value for attribute temporaryKeyString
getTenantName()
Gets value for attribute tenantNameTipusSessio
getType()
Gets value for attribute typeString
getUrl()
Gets value for attribute urlString
getUserFullName()
Gets value for attribute userFullNameString
getUserName()
Gets value for attribute userNamevoid
setAccessLogId(Long accessLogId)
Sets value for attribute accessLogIdvoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setAuthenticationMethod(String authenticationMethod)
Sets value for attribute authenticationMethodvoid
setClientHostName(String clientHostName)
Sets value for attribute clientHostNamevoid
setId(Long id)
Sets value for attribute idvoid
setKeepAliveDate(Calendar keepAliveDate)
Sets value for attribute keepAliveDatevoid
setKey(String key)
Sets value for attribute keyvoid
setMonitorUrl(String monitorUrl)
Sets value for attribute monitorUrlvoid
setPort(Long port)
Sets value for attribute portvoid
setServerHostName(String serverHostName)
Sets value for attribute serverHostNamevoid
setSessionUrl(String sessionUrl)
Sets value for attribute sessionUrlvoid
setStartDate(Calendar startDate)
Sets value for attribute startDatevoid
setTemporaryKey(String temporaryKey)
Sets value for attribute temporaryKeyvoid
setTenantName(String tenantName)
Sets value for attribute tenantNamevoid
setType(TipusSessio type)
Sets value for attribute typevoid
setUrl(String url)
Sets value for attribute urlvoid
setUserFullName(String userFullName)
Sets value for attribute userFullNamevoid
setUserName(String userName)
Sets value for attribute userNamestatic Session
toSession(Sessio vo)
Creates a Session value object based on a Sessio object.static void
toSession(Sessio source, Session target)
Updates a Session value object based on a Sessio object.static Session[]
toSessionArray(Sessio[] source)
Creates a Session array on a Sessio array.static AsyncList<Session>
toSessionAsyncList(AsyncList<Sessio> source)
Creates a Session asynclist on a Sessio collection.static PagedResult<Session>
toSessionList(PagedResult<Sessio> source)
Creates a Session pagedResult on a Sessio collection.static List<Session>
toSessionList(Collection<Sessio> source)
Creates a Session list on a Sessio collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
Session
public Session()
-
Session
public Session(String userName, String serverHostName, String clientHostName, Long port, Long id, String userFullName, Calendar startDate, String key, Calendar keepAliveDate, String temporaryKey, Long accessLogId, String url, String authenticationMethod, TipusSessio type, String monitorUrl, String sessionUrl, String accountName, String tenantName)
-
Session
public Session(Session otherBean)
-
-
Method Detail
-
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
-
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 TipusSessio getType()
Gets value for attribute type
-
setType
public void setType(TipusSessio 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
-
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.
-
toSession
public static Session toSession(Sessio vo)
Creates a Session value object based on a Sessio object.
-
toSessionList
public static List<Session> toSessionList(Collection<Sessio> source)
Creates a Session list on a Sessio collection.
-
toSessionList
public static PagedResult<Session> toSessionList(PagedResult<Sessio> source)
Creates a Session pagedResult on a Sessio collection.
-
toSessionAsyncList
public static AsyncList<Session> toSessionAsyncList(AsyncList<Sessio> source)
Creates a Session asynclist on a Sessio collection.
-
toSessionArray
public static Session[] toSessionArray(Sessio[] source)
Creates a Session array on a Sessio array.
-
-