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
modelFields 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.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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected OpenIdConnectSessionWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, 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.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
OpenIdConnectSessionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>- Specified by:
cloneWithOriginalValuesin interfaceOpenIdConnectSessionModel
-
getAccessToken
Returns the access token of this open ID connect session.- Specified by:
getAccessTokenin 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:
getAccessTokenExpirationDatein 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:
getAuthServerWellKnownURIin 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:
getClientIdin 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:
getCompanyIdin interfaceOpenIdConnectSessionModel- Specified by:
getCompanyIdin 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:
getIdTokenin interfaceOpenIdConnectSessionModel- Returns:
- the id token of this open ID connect session
-
getModifiedDate
Returns the modified date of this open ID connect session.- Specified by:
getModifiedDatein 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:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin 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:
getOpenIdConnectSessionIdin 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:
getPrimaryKeyin interfaceOpenIdConnectSessionModel- Returns:
- the primary key of this open ID connect session
-
getRefreshToken
Returns the refresh token of this open ID connect session.- Specified by:
getRefreshTokenin 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:
getUserIdin interfaceOpenIdConnectSessionModel- Returns:
- the user ID of this open ID connect session
-
getUserUuid
Returns the user uuid of this open ID connect session.- Specified by:
getUserUuidin interfaceOpenIdConnectSessionModel- Returns:
- the user uuid of this open ID connect session
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAccessToken
Sets the access token of this open ID connect session.- Specified by:
setAccessTokenin 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:
setAccessTokenExpirationDatein 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:
setAuthServerWellKnownURIin 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:
setClientIdin 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:
setCompanyIdin interfaceOpenIdConnectSessionModel- Specified by:
setCompanyIdin 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:
setIdTokenin 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:
setModifiedDatein 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:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin 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:
setOpenIdConnectSessionIdin 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:
setPrimaryKeyin 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:
setRefreshTokenin 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:
setUserIdin 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:
setUserUuidin interfaceOpenIdConnectSessionModel- Parameters:
userUuid- the user uuid of this open ID connect session
-
toXmlString
- Specified by:
toXmlStringin interfaceOpenIdConnectSessionModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OpenIdConnectSession>
-