Interface OpenIdConnectSessionModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<OpenIdConnectSession>
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
OpenIdConnectSession
- All Known Implementing Classes:
OpenIdConnectSessionWrapper
@ProviderType
public interface OpenIdConnectSessionModel
extends com.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the OpenIdConnectSession service. Represents a row in the "OpenIdConnectSession" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.security.sso.openid.connect.persistence.model.impl.OpenIdConnectSessionModelImpl
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.portal.security.sso.openid.connect.persistence.model.impl.OpenIdConnectSessionImpl
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the access token of this open ID connect session.Returns the access token expiration date of this open ID connect session.Returns the auth server well known uri of this open ID connect session.Returns the client ID of this open ID connect session.long
Returns the company ID of this open ID connect session.Returns the id token of this open ID connect session.Returns the modified date of this open ID connect session.long
Returns the mvcc version of this open ID connect session.long
Returns the open ID connect session ID of this open ID connect session.long
Returns the primary key of this open ID connect session.Returns the refresh token of this open ID connect session.long
Returns the user ID of this open ID connect session.Returns the user uuid of this open ID connect session.void
setAccessToken
(String accessToken) Sets the access token of this open ID connect session.void
setAccessTokenExpirationDate
(Date accessTokenExpirationDate) Sets the access token expiration date of this open ID connect session.void
setAuthServerWellKnownURI
(String authServerWellKnownURI) Sets the auth server well known uri of this open ID connect session.void
setClientId
(String clientId) Sets the client ID of this open ID connect session.void
setCompanyId
(long companyId) Sets the company ID of this open ID connect session.void
setIdToken
(String idToken) Sets the id token of this open ID connect session.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this open ID connect session.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this open ID connect session.void
setOpenIdConnectSessionId
(long openIdConnectSessionId) Sets the open ID connect session ID of this open ID connect session.void
setPrimaryKey
(long primaryKey) Sets the primary key of this open ID connect session.void
setRefreshToken
(String refreshToken) Sets the refresh token of this open ID connect session.void
setUserId
(long userId) Sets the user ID of this open ID connect session.void
setUserUuid
(String userUuid) Sets the user uuid of this open ID connect session.default String
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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this open ID connect session.- Returns:
- the primary key of this open ID connect session
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this open ID connect session.- Parameters:
primaryKey
- the primary key of this open ID connect session
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this open ID connect session.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this open ID connect session
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this open ID connect session.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this open ID connect session
-
getOpenIdConnectSessionId
long getOpenIdConnectSessionId()Returns the open ID connect session ID of this open ID connect session.- Returns:
- the open ID connect session ID of this open ID connect session
-
setOpenIdConnectSessionId
void setOpenIdConnectSessionId(long openIdConnectSessionId) Sets the open ID connect session ID of this open ID connect session.- Parameters:
openIdConnectSessionId
- the open ID connect session ID of this open ID connect session
-
getCompanyId
long getCompanyId()Returns the company ID of this open ID connect session.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this open ID connect session
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this open ID connect session.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this open ID connect session
-
getUserId
long getUserId()Returns the user ID of this open ID connect session.- Returns:
- the user ID of this open ID connect session
-
setUserId
void setUserId(long userId) Sets the user ID of this open ID connect session.- Parameters:
userId
- the user ID of this open ID connect session
-
getUserUuid
String getUserUuid()Returns the user uuid of this open ID connect session.- Returns:
- the user uuid of this open ID connect session
-
setUserUuid
Sets the user uuid of this open ID connect session.- Parameters:
userUuid
- the user uuid of this open ID connect session
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this open ID connect session.- Returns:
- the modified date of this open ID connect session
-
setModifiedDate
Sets the modified date of this open ID connect session.- Parameters:
modifiedDate
- the modified date of this open ID connect session
-
getAccessToken
Returns the access token of this open ID connect session.- Returns:
- the access token of this open ID connect session
-
setAccessToken
Sets the access token of this open ID connect session.- Parameters:
accessToken
- the access token of this open ID connect session
-
getAccessTokenExpirationDate
Date getAccessTokenExpirationDate()Returns the access token expiration date of this open ID connect session.- Returns:
- the access token expiration date of this open ID connect session
-
setAccessTokenExpirationDate
Sets the access token expiration date of this open ID connect session.- Parameters:
accessTokenExpirationDate
- the access token expiration date of this open ID connect session
-
getAuthServerWellKnownURI
Returns the auth server well known uri of this open ID connect session.- Returns:
- the auth server well known uri of this open ID connect session
-
setAuthServerWellKnownURI
Sets the auth server well known uri of this open ID connect session.- Parameters:
authServerWellKnownURI
- the auth server well known uri of this open ID connect session
-
getClientId
Returns the client ID of this open ID connect session.- Returns:
- the client ID of this open ID connect session
-
setClientId
Sets the client ID of this open ID connect session.- Parameters:
clientId
- the client ID of this open ID connect session
-
getIdToken
Returns the id token of this open ID connect session.- Returns:
- the id token of this open ID connect session
-
setIdToken
Sets the id token of this open ID connect session.- Parameters:
idToken
- the id token of this open ID connect session
-
getRefreshToken
Returns the refresh token of this open ID connect session.- Returns:
- the refresh token of this open ID connect session
-
setRefreshToken
Sets the refresh token of this open ID connect session.- Parameters:
refreshToken
- the refresh token of this open ID connect session
-
cloneWithOriginalValues
OpenIdConnectSession cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
-
toXmlString
-