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.
OpenIdConnectSession,
Serialized FormOPEN_ID_CONNECT_SESSION_ID_ACCESSOR| Constructor and Description |
|---|
OpenIdConnectSessionWrapper(OpenIdConnectSession openIdConnectSession) |
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectSession |
cloneWithOriginalValues() |
java.lang.String |
getAccessToken()
Returns the access token of this open ID connect session.
|
java.lang.String |
getAuthServerWellKnownURI()
Returns the auth server well known uri of this open ID connect session.
|
java.lang.String |
getClientId()
Returns the client ID of this open ID connect session.
|
long |
getCompanyId()
Returns the company ID of this open ID connect session.
|
java.lang.String |
getIdToken()
Returns the id token of this open ID connect session.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this open ID connect session.
|
long |
getMvccVersion()
Returns the mvcc version of this open ID connect session.
|
long |
getOpenIdConnectSessionId()
Returns the open ID connect session ID of this open ID connect session.
|
long |
getPrimaryKey()
Returns the primary key of this open ID connect session.
|
java.lang.String |
getRefreshToken()
Returns the refresh token of this open ID connect session.
|
long |
getUserId()
Returns the user ID of this open ID connect session.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this open ID connect session.
|
void |
persist() |
void |
setAccessToken(java.lang.String accessToken)
Sets the access token of this open ID connect session.
|
void |
setAuthServerWellKnownURI(java.lang.String authServerWellKnownURI)
Sets the auth server well known uri of this open ID connect session.
|
void |
setClientId(java.lang.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(java.lang.String idToken)
Sets the id token of this open ID connect session.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.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(java.lang.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(java.lang.String userUuid)
Sets the user uuid of this open ID connect session.
|
protected OpenIdConnectSessionWrapper |
wrap(OpenIdConnectSession openIdConnectSession) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic OpenIdConnectSessionWrapper(OpenIdConnectSession openIdConnectSession)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>public OpenIdConnectSession cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>cloneWithOriginalValues in interface OpenIdConnectSessionModelpublic java.lang.String getAccessToken()
getAccessToken in interface OpenIdConnectSessionModelpublic java.lang.String getAuthServerWellKnownURI()
getAuthServerWellKnownURI in interface OpenIdConnectSessionModelpublic java.lang.String getClientId()
getClientId in interface OpenIdConnectSessionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface OpenIdConnectSessionModelpublic java.lang.String getIdToken()
getIdToken in interface OpenIdConnectSessionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface OpenIdConnectSessionModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface OpenIdConnectSessionModelpublic long getOpenIdConnectSessionId()
getOpenIdConnectSessionId in interface OpenIdConnectSessionModelpublic long getPrimaryKey()
getPrimaryKey in interface OpenIdConnectSessionModelpublic java.lang.String getRefreshToken()
getRefreshToken in interface OpenIdConnectSessionModelpublic long getUserId()
getUserId in interface OpenIdConnectSessionModelpublic java.lang.String getUserUuid()
getUserUuid in interface OpenIdConnectSessionModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAccessToken(java.lang.String accessToken)
setAccessToken in interface OpenIdConnectSessionModelaccessToken - the access token of this open ID connect sessionpublic void setAuthServerWellKnownURI(java.lang.String authServerWellKnownURI)
setAuthServerWellKnownURI in interface OpenIdConnectSessionModelauthServerWellKnownURI - the auth server well known uri of this open ID connect sessionpublic void setClientId(java.lang.String clientId)
setClientId in interface OpenIdConnectSessionModelclientId - the client ID of this open ID connect sessionpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface OpenIdConnectSessionModelcompanyId - the company ID of this open ID connect sessionpublic void setIdToken(java.lang.String idToken)
setIdToken in interface OpenIdConnectSessionModelidToken - the id token of this open ID connect sessionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface OpenIdConnectSessionModelmodifiedDate - the modified date of this open ID connect sessionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface OpenIdConnectSessionModelmvccVersion - the mvcc version of this open ID connect sessionpublic void setOpenIdConnectSessionId(long openIdConnectSessionId)
setOpenIdConnectSessionId in interface OpenIdConnectSessionModelopenIdConnectSessionId - the open ID connect session ID of this open ID connect sessionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface OpenIdConnectSessionModelprimaryKey - the primary key of this open ID connect sessionpublic void setRefreshToken(java.lang.String refreshToken)
setRefreshToken in interface OpenIdConnectSessionModelrefreshToken - the refresh token of this open ID connect sessionpublic void setUserId(long userId)
setUserId in interface OpenIdConnectSessionModeluserId - the user ID of this open ID connect sessionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface OpenIdConnectSessionModeluserUuid - the user uuid of this open ID connect sessionprotected OpenIdConnectSessionWrapper wrap(OpenIdConnectSession openIdConnectSession)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OpenIdConnectSession>