public class SamlSpSessionWrapper extends java.lang.Object implements com.liferay.portal.kernel.model.ModelWrapper<SamlSpSession>, SamlSpSession
This class is a wrapper for SamlSpSession.
SamlSpSession,
Serialized FormSAML_SP_SESSION_ID_ACCESSOR| Constructor and Description |
|---|
SamlSpSessionWrapper(SamlSpSession samlSpSession) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(SamlSpSession samlSpSession) |
boolean |
equals(java.lang.Object obj) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getJSessionId()
Returns the j session ID of this saml sp session.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this saml sp session.
|
java.lang.String |
getNameIdFormat()
Returns the name ID format of this saml sp session.
|
java.lang.String |
getNameIdNameQualifier()
Returns the name ID name qualifier of this saml sp session.
|
java.lang.String |
getNameIdSPNameQualifier()
Returns the name ID sp name qualifier of this saml sp session.
|
java.lang.String |
getNameIdValue()
Returns the name ID value of this saml sp session.
|
long |
getPrimaryKey()
Returns the primary key of this saml sp session.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
SamlSpSession |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
boolean |
isTerminated()
Returns
true if this saml sp session is terminated. |
void |
persist() |
void |
resetOriginalValues() |
void |
setAssertionXml(java.lang.String assertionXml)
Sets the assertion xml of this saml sp session.
|
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setJSessionId(java.lang.String jSessionId)
Sets the j session ID of this saml sp session.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this saml sp session.
|
void |
setNameIdFormat(java.lang.String nameIdFormat)
Sets the name ID format of this saml sp session.
|
void |
setNameIdNameQualifier(java.lang.String nameIdNameQualifier)
Sets the name ID name qualifier of this saml sp session.
|
void |
setNameIdSPNameQualifier(java.lang.String nameIdSPNameQualifier)
Sets the name ID sp name qualifier of this saml sp session.
|
void |
setNameIdValue(java.lang.String nameIdValue)
Sets the name ID value of this saml sp session.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml sp session.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<SamlSpSession> |
toCacheModel() |
SamlSpSession |
toEscapedModel() |
java.lang.String |
toString() |
SamlSpSession |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public SamlSpSessionWrapper(SamlSpSession samlSpSession)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>clone in interface SamlSpSessionModelclone in class java.lang.Objectpublic int compareTo(SamlSpSession samlSpSession)
compareTo in interface SamlSpSessionModelcompareTo in interface java.lang.Comparable<SamlSpSession>public java.lang.String getAssertionXml()
getAssertionXml in interface SamlSpSessionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface SamlSpSessionModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface SamlSpSessionModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface SamlSpSessionModelpublic java.lang.String getJSessionId()
getJSessionId in interface SamlSpSessionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface SamlSpSessionModelpublic java.lang.String getNameIdFormat()
getNameIdFormat in interface SamlSpSessionModelpublic java.lang.String getNameIdNameQualifier()
getNameIdNameQualifier in interface SamlSpSessionModelpublic java.lang.String getNameIdSPNameQualifier()
getNameIdSPNameQualifier in interface SamlSpSessionModelpublic java.lang.String getNameIdValue()
getNameIdValue in interface SamlSpSessionModelpublic long getPrimaryKey()
getPrimaryKey in interface SamlSpSessionModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface SamlSpSessionModelpublic long getSamlSpSessionId()
getSamlSpSessionId in interface SamlSpSessionModelpublic java.lang.String getSamlSpSessionKey()
getSamlSpSessionKey in interface SamlSpSessionModelpublic java.lang.String getSessionIndex()
getSessionIndex in interface SamlSpSessionModelpublic boolean getTerminated()
getTerminated in interface SamlSpSessionModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface SamlSpSessionModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface SamlSpSessionModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface SamlSpSessionModelpublic int hashCode()
hashCode in interface SamlSpSessionModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>isCachedModel in interface SamlSpSessionModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>isEscapedModel in interface SamlSpSessionModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>isNew in interface SamlSpSessionModelpublic boolean isTerminated()
true if this saml sp session is terminated.isTerminated in interface SamlSpSessionModeltrue if this saml sp session is terminated; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAssertionXml(java.lang.String assertionXml)
setAssertionXml in interface SamlSpSessionModelassertionXml - the assertion xml of this saml sp sessionpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>setCachedModel in interface SamlSpSessionModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface SamlSpSessionModelcompanyId - the company ID of this saml sp sessionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface SamlSpSessionModelcreateDate - the create date of this saml sp sessionpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>setExpandoBridgeAttributes in interface SamlSpSessionModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>setExpandoBridgeAttributes in interface SamlSpSessionModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>setExpandoBridgeAttributes in interface SamlSpSessionModelpublic void setJSessionId(java.lang.String jSessionId)
setJSessionId in interface SamlSpSessionModeljSessionId - the j session ID of this saml sp sessionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface SamlSpSessionModelmodifiedDate - the modified date of this saml sp sessionpublic void setNameIdFormat(java.lang.String nameIdFormat)
setNameIdFormat in interface SamlSpSessionModelnameIdFormat - the name ID format of this saml sp sessionpublic void setNameIdNameQualifier(java.lang.String nameIdNameQualifier)
setNameIdNameQualifier in interface SamlSpSessionModelnameIdNameQualifier - the name ID name qualifier of this saml sp sessionpublic void setNameIdSPNameQualifier(java.lang.String nameIdSPNameQualifier)
setNameIdSPNameQualifier in interface SamlSpSessionModelnameIdSPNameQualifier - the name ID sp name qualifier of this saml sp sessionpublic void setNameIdValue(java.lang.String nameIdValue)
setNameIdValue in interface SamlSpSessionModelnameIdValue - the name ID value of this saml sp sessionpublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>setNew in interface SamlSpSessionModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SamlSpSessionModelprimaryKey - the primary key of this saml sp sessionpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface SamlSpSessionModelpublic void setSamlSpSessionId(long samlSpSessionId)
setSamlSpSessionId in interface SamlSpSessionModelsamlSpSessionId - the saml sp session ID of this saml sp sessionpublic void setSamlSpSessionKey(java.lang.String samlSpSessionKey)
setSamlSpSessionKey in interface SamlSpSessionModelsamlSpSessionKey - the saml sp session key of this saml sp sessionpublic void setSessionIndex(java.lang.String sessionIndex)
setSessionIndex in interface SamlSpSessionModelsessionIndex - the session index of this saml sp sessionpublic void setTerminated(boolean terminated)
setTerminated in interface SamlSpSessionModelterminated - the terminated of this saml sp sessionpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface SamlSpSessionModeluserId - the user ID of this saml sp sessionpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface SamlSpSessionModeluserName - the user name of this saml sp sessionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface SamlSpSessionModeluserUuid - the user uuid of this saml sp sessionpublic com.liferay.portal.kernel.model.CacheModel<SamlSpSession> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>toCacheModel in interface SamlSpSessionModelpublic SamlSpSession toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>toEscapedModel in interface SamlSpSessionModelpublic java.lang.String toString()
toString in interface SamlSpSessionModeltoString in class java.lang.Objectpublic SamlSpSession toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>toUnescapedModel in interface SamlSpSessionModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>toXmlString in interface SamlSpSessionModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic SamlSpSession getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<SamlSpSession>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>