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.longReturns 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.longReturns the mvcc version of this open ID connect session.longReturns the open ID connect session ID of this open ID connect session.longReturns the primary key of this open ID connect session.Returns the refresh token of this open ID connect session.longReturns the user ID of this open ID connect session.Returns the user uuid of this open ID connect session.voidsetAccessToken(String accessToken) Sets the access token of this open ID connect session.voidsetAccessTokenExpirationDate(Date accessTokenExpirationDate) Sets the access token expiration date of this open ID connect session.voidsetAuthServerWellKnownURI(String authServerWellKnownURI) Sets the auth server well known uri of this open ID connect session.voidsetClientId(String clientId) Sets the client ID of this open ID connect session.voidsetCompanyId(long companyId) Sets the company ID of this open ID connect session.voidsetIdToken(String idToken) Sets the id token of this open ID connect session.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this open ID connect session.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this open ID connect session.voidsetOpenIdConnectSessionId(long openIdConnectSessionId) Sets the open ID connect session ID of this open ID connect session.voidsetPrimaryKey(long primaryKey) Sets the primary key of this open ID connect session.voidsetRefreshToken(String refreshToken) Sets the refresh token of this open ID connect session.voidsetUserId(long userId) Sets the user ID of this open ID connect session.voidsetUserUuid(String userUuid) Sets the user uuid of this open ID connect session.default StringMethods 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
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:
getMvccVersionin 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:
setMvccVersionin 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:
getCompanyIdin 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:
setCompanyIdin 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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
-
toXmlString
-