@ProviderType public interface SamlSpSessionModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlSpSession>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlSpSessionModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.saml.persistence.model.impl.SamlSpSessionImpl
.
SamlSpSession
Modifier and Type | Method and Description |
---|---|
SamlSpSession |
cloneWithOriginalValues() |
java.lang.String |
getAssertionXml()
Returns the assertion xml of this saml sp session.
|
long |
getCompanyId()
Returns the company ID of this saml sp session.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml sp session.
|
java.lang.String |
getJSessionId()
Returns the j session ID of this saml sp session.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this saml sp session.
|
long |
getPrimaryKey()
Returns the primary key of this saml sp session.
|
long |
getSamlPeerBindingId()
Returns the saml peer binding ID of this saml sp session.
|
long |
getSamlSpSessionId()
Returns the saml sp session ID of this saml sp session.
|
java.lang.String |
getSamlSpSessionKey()
Returns the saml sp session key of this saml sp session.
|
java.lang.String |
getSessionIndex()
Returns the session index of this saml sp session.
|
boolean |
getTerminated()
Returns the terminated of this saml sp session.
|
long |
getUserId()
Returns the user ID of this saml sp session.
|
java.lang.String |
getUserName()
Returns the user name of this saml sp session.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this saml sp session.
|
boolean |
isTerminated()
Returns
true if this saml sp session is terminated. |
void |
setAssertionXml(java.lang.String assertionXml)
Sets the assertion xml of this saml sp session.
|
void |
setCompanyId(long companyId)
Sets the company ID of this saml sp session.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml sp session.
|
void |
setJSessionId(java.lang.String jSessionId)
Sets the j session ID of this saml sp session.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this saml sp session.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml sp session.
|
void |
setSamlPeerBindingId(long samlPeerBindingId)
Sets the saml peer binding ID of this saml sp session.
|
void |
setSamlSpSessionId(long samlSpSessionId)
Sets the saml sp session ID of this saml sp session.
|
void |
setSamlSpSessionKey(java.lang.String samlSpSessionKey)
Sets the saml sp session key of this saml sp session.
|
void |
setSessionIndex(java.lang.String sessionIndex)
Sets the session index of this saml sp session.
|
void |
setTerminated(boolean terminated)
Sets whether this saml sp session is terminated.
|
void |
setUserId(long userId)
Sets the user ID of this saml sp session.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this saml sp session.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this saml sp session.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this saml sp sessionlong getSamlSpSessionId()
void setSamlSpSessionId(long samlSpSessionId)
samlSpSessionId
- the saml sp session ID of this saml sp sessionlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this saml sp sessionlong getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this saml sp sessionjava.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this saml sp session@AutoEscape java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this saml sp sessionjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this saml sp sessionjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this saml sp sessionlong getSamlPeerBindingId()
void setSamlPeerBindingId(long samlPeerBindingId)
samlPeerBindingId
- the saml peer binding ID of this saml sp session@AutoEscape java.lang.String getAssertionXml()
void setAssertionXml(java.lang.String assertionXml)
assertionXml
- the assertion xml of this saml sp session@AutoEscape java.lang.String getJSessionId()
void setJSessionId(java.lang.String jSessionId)
jSessionId
- the j session ID of this saml sp session@AutoEscape java.lang.String getSamlSpSessionKey()
void setSamlSpSessionKey(java.lang.String samlSpSessionKey)
samlSpSessionKey
- the saml sp session key of this saml sp session@AutoEscape java.lang.String getSessionIndex()
void setSessionIndex(java.lang.String sessionIndex)
sessionIndex
- the session index of this saml sp sessionboolean getTerminated()
boolean isTerminated()
true
if this saml sp session is terminated.true
if this saml sp session is terminated; false
otherwisevoid setTerminated(boolean terminated)
terminated
- the terminated of this saml sp sessionSamlSpSession cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>
default java.lang.String toXmlString()