Class OpenIdConnectSessionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OpenIdConnectSession>
com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSessionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<OpenIdConnectSession>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,OpenIdConnectSession
,OpenIdConnectSessionModel
,Serializable
,Cloneable
,Comparable<OpenIdConnectSession>
public class OpenIdConnectSessionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OpenIdConnectSession>
implements com.liferay.portal.kernel.model.ModelWrapper<OpenIdConnectSession>, OpenIdConnectSession
This class is a wrapper for OpenIdConnectSession
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSession
OPEN_ID_CONNECT_SESSION_ID_ACCESSOR
-
Constructor Summary
Constructors -
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
persist()
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
setModelAttributes
(Map<String, Object> attributes) 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.protected OpenIdConnectSessionWrapper
wrap
(OpenIdConnectSession openIdConnectSession) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
OpenIdConnectSessionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
- Specified by:
cloneWithOriginalValues
in interfaceOpenIdConnectSessionModel
-
getAccessToken
Returns the access token of this open ID connect session.- Specified by:
getAccessToken
in interfaceOpenIdConnectSessionModel
- Returns:
- the access token of this open ID connect session
-
getAccessTokenExpirationDate
Returns the access token expiration date of this open ID connect session.- Specified by:
getAccessTokenExpirationDate
in interfaceOpenIdConnectSessionModel
- Returns:
- 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.- Specified by:
getAuthServerWellKnownURI
in interfaceOpenIdConnectSessionModel
- Returns:
- the auth server well known uri of this open ID connect session
-
getClientId
Returns the client ID of this open ID connect session.- Specified by:
getClientId
in interfaceOpenIdConnectSessionModel
- Returns:
- the client ID of this open ID connect session
-
getCompanyId
public long getCompanyId()Returns the company ID of this open ID connect session.- Specified by:
getCompanyId
in interfaceOpenIdConnectSessionModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this open ID connect session
-
getIdToken
Returns the id token of this open ID connect session.- Specified by:
getIdToken
in interfaceOpenIdConnectSessionModel
- Returns:
- the id token of this open ID connect session
-
getModifiedDate
Returns the modified date of this open ID connect session.- Specified by:
getModifiedDate
in interfaceOpenIdConnectSessionModel
- Returns:
- the modified date of this open ID connect session
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this open ID connect session.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfaceOpenIdConnectSessionModel
- Returns:
- the mvcc version of this open ID connect session
-
getOpenIdConnectSessionId
public long getOpenIdConnectSessionId()Returns the open ID connect session ID of this open ID connect session.- Specified by:
getOpenIdConnectSessionId
in interfaceOpenIdConnectSessionModel
- Returns:
- the open ID connect session ID of this open ID connect session
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this open ID connect session.- Specified by:
getPrimaryKey
in interfaceOpenIdConnectSessionModel
- Returns:
- the primary key of this open ID connect session
-
getRefreshToken
Returns the refresh token of this open ID connect session.- Specified by:
getRefreshToken
in interfaceOpenIdConnectSessionModel
- Returns:
- the refresh token of this open ID connect session
-
getUserId
public long getUserId()Returns the user ID of this open ID connect session.- Specified by:
getUserId
in interfaceOpenIdConnectSessionModel
- Returns:
- the user ID of this open ID connect session
-
getUserUuid
Returns the user uuid of this open ID connect session.- Specified by:
getUserUuid
in interfaceOpenIdConnectSessionModel
- Returns:
- the user uuid of this open ID connect session
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAccessToken
Sets the access token of this open ID connect session.- Specified by:
setAccessToken
in interfaceOpenIdConnectSessionModel
- Parameters:
accessToken
- the access token of this open ID connect session
-
setAccessTokenExpirationDate
Sets the access token expiration date of this open ID connect session.- Specified by:
setAccessTokenExpirationDate
in interfaceOpenIdConnectSessionModel
- Parameters:
accessTokenExpirationDate
- the access token expiration date of this open ID connect session
-
setAuthServerWellKnownURI
Sets the auth server well known uri of this open ID connect session.- Specified by:
setAuthServerWellKnownURI
in interfaceOpenIdConnectSessionModel
- Parameters:
authServerWellKnownURI
- the auth server well known uri of this open ID connect session
-
setClientId
Sets the client ID of this open ID connect session.- Specified by:
setClientId
in interfaceOpenIdConnectSessionModel
- Parameters:
clientId
- the client ID of this open ID connect session
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this open ID connect session.- Specified by:
setCompanyId
in interfaceOpenIdConnectSessionModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this open ID connect session
-
setIdToken
Sets the id token of this open ID connect session.- Specified by:
setIdToken
in interfaceOpenIdConnectSessionModel
- Parameters:
idToken
- the id token of this open ID connect session
-
setModifiedDate
Sets the modified date of this open ID connect session.- Specified by:
setModifiedDate
in interfaceOpenIdConnectSessionModel
- Parameters:
modifiedDate
- the modified date of this open ID connect session
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this open ID connect session.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfaceOpenIdConnectSessionModel
- Parameters:
mvccVersion
- the mvcc version of this open ID connect session
-
setOpenIdConnectSessionId
public void setOpenIdConnectSessionId(long openIdConnectSessionId) Sets the open ID connect session ID of this open ID connect session.- Specified by:
setOpenIdConnectSessionId
in interfaceOpenIdConnectSessionModel
- Parameters:
openIdConnectSessionId
- the open ID connect session ID of this open ID connect session
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this open ID connect session.- Specified by:
setPrimaryKey
in interfaceOpenIdConnectSessionModel
- Parameters:
primaryKey
- the primary key of this open ID connect session
-
setRefreshToken
Sets the refresh token of this open ID connect session.- Specified by:
setRefreshToken
in interfaceOpenIdConnectSessionModel
- Parameters:
refreshToken
- the refresh token of this open ID connect session
-
setUserId
public void setUserId(long userId) Sets the user ID of this open ID connect session.- Specified by:
setUserId
in interfaceOpenIdConnectSessionModel
- Parameters:
userId
- the user ID of this open ID connect session
-
setUserUuid
Sets the user uuid of this open ID connect session.- Specified by:
setUserUuid
in interfaceOpenIdConnectSessionModel
- Parameters:
userUuid
- the user uuid of this open ID connect session
-
toXmlString
- Specified by:
toXmlString
in interfaceOpenIdConnectSessionModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OpenIdConnectSession>
-