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 LonggetAccessLogId()Gets value for attribute accessLogIdStringgetAccountName()Gets value for attribute accountNameStringgetAuthenticationMethod()Gets value for attribute authenticationMethodStringgetClientHostName()Gets value for attribute clientHostNameLonggetId()Gets value for attribute idCalendargetKeepAliveDate()Gets value for attribute keepAliveDateStringgetKey()Gets value for attribute keyStringgetMonitorUrl()Gets value for attribute monitorUrlLonggetPort()Gets value for attribute portStringgetServerHostName()Gets value for attribute serverHostNameStringgetSessionUrl()Gets value for attribute sessionUrlCalendargetStartDate()Gets value for attribute startDateStringgetTemporaryKey()Gets value for attribute temporaryKeyStringgetTenantName()Gets value for attribute tenantNameTipusSessiogetType()Gets value for attribute typeStringgetUrl()Gets value for attribute urlStringgetUserFullName()Gets value for attribute userFullNameStringgetUserName()Gets value for attribute userNamevoidsetAccessLogId(Long accessLogId)Sets value for attribute accessLogIdvoidsetAccountName(String accountName)Sets value for attribute accountNamevoidsetAuthenticationMethod(String authenticationMethod)Sets value for attribute authenticationMethodvoidsetClientHostName(String clientHostName)Sets value for attribute clientHostNamevoidsetId(Long id)Sets value for attribute idvoidsetKeepAliveDate(Calendar keepAliveDate)Sets value for attribute keepAliveDatevoidsetKey(String key)Sets value for attribute keyvoidsetMonitorUrl(String monitorUrl)Sets value for attribute monitorUrlvoidsetPort(Long port)Sets value for attribute portvoidsetServerHostName(String serverHostName)Sets value for attribute serverHostNamevoidsetSessionUrl(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(TipusSessio type)Sets value for attribute typevoidsetUrl(String url)Sets value for attribute urlvoidsetUserFullName(String userFullName)Sets value for attribute userFullNamevoidsetUserName(String userName)Sets value for attribute userNamestatic SessiontoSession(Sessio vo)Creates a Session value object based on a Sessio object.static voidtoSession(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.StringtoString()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.
-
-