@ProviderType public interface SamlSpAuthRequestModel extends com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlSpAuthRequestModelImpl
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.SamlSpAuthRequestImpl
.
SamlSpAuthRequest
Modifier and Type | Method and Description |
---|---|
SamlSpAuthRequest |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this saml sp auth request.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml sp auth request.
|
long |
getPrimaryKey()
Returns the primary key of this saml sp auth request.
|
java.lang.String |
getSamlIdpEntityId()
Returns the saml idp entity ID of this saml sp auth request.
|
long |
getSamlSpAuthnRequestId()
Returns the saml sp authn request ID of this saml sp auth request.
|
java.lang.String |
getSamlSpAuthRequestKey()
Returns the saml sp auth request key of this saml sp auth request.
|
void |
setCompanyId(long companyId)
Sets the company ID of this saml sp auth request.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml sp auth request.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml sp auth request.
|
void |
setSamlIdpEntityId(java.lang.String samlIdpEntityId)
Sets the saml idp entity ID of this saml sp auth request.
|
void |
setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
Sets the saml sp authn request ID of this saml sp auth request.
|
void |
setSamlSpAuthRequestKey(java.lang.String samlSpAuthRequestKey)
Sets the saml sp auth request key of this saml sp auth request.
|
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 auth requestlong getSamlSpAuthnRequestId()
void setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
samlSpAuthnRequestId
- the saml sp authn request ID of this saml sp auth requestlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this saml sp auth requestjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this saml sp auth request@AutoEscape java.lang.String getSamlIdpEntityId()
void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
samlIdpEntityId
- the saml idp entity ID of this saml sp auth request@AutoEscape java.lang.String getSamlSpAuthRequestKey()
void setSamlSpAuthRequestKey(java.lang.String samlSpAuthRequestKey)
samlSpAuthRequestKey
- the saml sp auth request key of this saml sp auth requestSamlSpAuthRequest cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>
default java.lang.String toXmlString()