@ProviderType public interface SamlIdpSpSessionModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlIdpSpSessionModelImpl
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.SamlIdpSpSessionImpl
.
SamlIdpSpSession
Modifier and Type | Method and Description |
---|---|
SamlIdpSpSession |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this saml idp sp session.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml idp sp session.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this saml idp sp session.
|
long |
getPrimaryKey()
Returns the primary key of this saml idp sp session.
|
long |
getSamlIdpSpSessionId()
Returns the saml idp sp session ID of this saml idp sp session.
|
long |
getSamlIdpSsoSessionId()
Returns the saml idp sso session ID of this saml idp sp session.
|
long |
getSamlPeerBindingId()
Returns the saml peer binding ID of this saml idp sp session.
|
long |
getUserId()
Returns the user ID of this saml idp sp session.
|
java.lang.String |
getUserName()
Returns the user name of this saml idp sp session.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this saml idp sp session.
|
void |
setCompanyId(long companyId)
Sets the company ID of this saml idp sp session.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml idp sp session.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this saml idp sp session.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml idp sp session.
|
void |
setSamlIdpSpSessionId(long samlIdpSpSessionId)
Sets the saml idp sp session ID of this saml idp sp session.
|
void |
setSamlIdpSsoSessionId(long samlIdpSsoSessionId)
Sets the saml idp sso session ID of this saml idp sp session.
|
void |
setSamlPeerBindingId(long samlPeerBindingId)
Sets the saml peer binding ID of this saml idp sp session.
|
void |
setUserId(long userId)
Sets the user ID of this saml idp sp session.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this saml idp sp session.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this saml idp 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 idp sp sessionlong getSamlIdpSpSessionId()
void setSamlIdpSpSessionId(long samlIdpSpSessionId)
samlIdpSpSessionId
- the saml idp sp session ID of this saml idp 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 idp 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 idp 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 idp 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 idp 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 idp 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 idp sp sessionlong getSamlIdpSsoSessionId()
void setSamlIdpSsoSessionId(long samlIdpSsoSessionId)
samlIdpSsoSessionId
- the saml idp sso session ID of this saml idp sp sessionlong getSamlPeerBindingId()
void setSamlPeerBindingId(long samlPeerBindingId)
samlPeerBindingId
- the saml peer binding ID of this saml idp sp sessionSamlIdpSpSession cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>
default java.lang.String toXmlString()