Interface SamlSpMessage
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SamlSpMessage>,com.liferay.portal.kernel.model.PersistedModel,SamlSpMessageModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
SamlSpMessageWrapper
@ProviderType
public interface SamlSpMessage
extends com.liferay.portal.kernel.model.PersistedModel, SamlSpMessageModel
The extended model interface for the SamlSpMessage service. Represents a row in the "SamlSpMessage" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<SamlSpMessage,Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.saml.persistence.model.SamlSpMessageModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getExpirationDate, getPrimaryKey, getSamlIdpEntityId, getSamlIdpResponseKey, getSamlSpMessageId, setCompanyId, setCreateDate, setExpirationDate, setPrimaryKey, setSamlIdpEntityId, setSamlIdpResponseKey, setSamlSpMessageId, toXmlString
-
Field Details
-
SAML_SP_MESSAGE_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<SamlSpMessage,Long> SAML_SP_MESSAGE_ID_ACCESSOR
-
-
Method Details
-
isExpired
boolean isExpired()
-