Interface OpenIdConnectSession
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<OpenIdConnectSession>,com.liferay.portal.kernel.model.MVCCModel,OpenIdConnectSessionModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
OpenIdConnectSessionWrapper
@ProviderType
public interface OpenIdConnectSession
extends OpenIdConnectSessionModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the OpenIdConnectSession service. Represents a row in the "OpenIdConnectSession" 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<OpenIdConnectSession, 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.security.sso.openid.connect.persistence.model.OpenIdConnectSessionModel
cloneWithOriginalValues, getAccessToken, getAccessTokenExpirationDate, getAuthServerWellKnownURI, getClientId, getCompanyId, getIdToken, getModifiedDate, getMvccVersion, getOpenIdConnectSessionId, getPrimaryKey, getRefreshToken, getUserId, getUserUuid, setAccessToken, setAccessTokenExpirationDate, setAuthServerWellKnownURI, setClientId, setCompanyId, setIdToken, setModifiedDate, setMvccVersion, setOpenIdConnectSessionId, setPrimaryKey, setRefreshToken, setUserId, setUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
OPEN_ID_CONNECT_SESSION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<OpenIdConnectSession,Long> OPEN_ID_CONNECT_SESSION_ID_ACCESSOR
-