Interface SamlIdpSsoSession
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SamlIdpSsoSession>,com.liferay.portal.kernel.model.PersistedModel,SamlIdpSsoSessionModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
SamlIdpSsoSessionWrapper
@ProviderType
public interface SamlIdpSsoSession
extends com.liferay.portal.kernel.model.PersistedModel, SamlIdpSsoSessionModel
The extended model interface for the SamlIdpSsoSession service. Represents a row in the "SamlIdpSsoSession" 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<SamlIdpSsoSession,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.SamlIdpSsoSessionModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getModifiedDate, getPrimaryKey, getSamlIdpSsoSessionId, getSamlIdpSsoSessionKey, getUserId, getUserName, getUserUuid, setCompanyId, setCreateDate, setModifiedDate, setPrimaryKey, setSamlIdpSsoSessionId, setSamlIdpSsoSessionKey, setUserId, setUserName, setUserUuid, toXmlString
-
Field Details
-
SAML_IDP_SSO_SESSION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<SamlIdpSsoSession,Long> SAML_IDP_SSO_SESSION_ID_ACCESSOR
-
-
Method Details
-
isExpired
boolean isExpired()
-