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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns 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
     
    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
     
    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.
     
    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

      public OpenIdConnectSessionWrapper(OpenIdConnectSession openIdConnectSession)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
    • cloneWithOriginalValues

      public OpenIdConnectSession cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<OpenIdConnectSession>
      Specified by:
      cloneWithOriginalValues in interface OpenIdConnectSessionModel
    • getAccessToken

      public String getAccessToken()
      Returns the access token of this open ID connect session.
      Specified by:
      getAccessToken in interface OpenIdConnectSessionModel
      Returns:
      the access token of this open ID connect session
    • getAccessTokenExpirationDate

      public Date getAccessTokenExpirationDate()
      Returns the access token expiration date of this open ID connect session.
      Specified by:
      getAccessTokenExpirationDate in interface OpenIdConnectSessionModel
      Returns:
      the access token expiration date of this open ID connect session
    • getAuthServerWellKnownURI

      public String getAuthServerWellKnownURI()
      Returns the auth server well known uri of this open ID connect session.
      Specified by:
      getAuthServerWellKnownURI in interface OpenIdConnectSessionModel
      Returns:
      the auth server well known uri of this open ID connect session
    • getClientId

      public String getClientId()
      Returns the client ID of this open ID connect session.
      Specified by:
      getClientId in interface OpenIdConnectSessionModel
      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 interface OpenIdConnectSessionModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this open ID connect session
    • getIdToken

      public String getIdToken()
      Returns the id token of this open ID connect session.
      Specified by:
      getIdToken in interface OpenIdConnectSessionModel
      Returns:
      the id token of this open ID connect session
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this open ID connect session.
      Specified by:
      getModifiedDate in interface OpenIdConnectSessionModel
      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 interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      getMvccVersion in interface OpenIdConnectSessionModel
      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 interface OpenIdConnectSessionModel
      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 interface OpenIdConnectSessionModel
      Returns:
      the primary key of this open ID connect session
    • getRefreshToken

      public String getRefreshToken()
      Returns the refresh token of this open ID connect session.
      Specified by:
      getRefreshToken in interface OpenIdConnectSessionModel
      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 interface OpenIdConnectSessionModel
      Returns:
      the user ID of this open ID connect session
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this open ID connect session.
      Specified by:
      getUserUuid in interface OpenIdConnectSessionModel
      Returns:
      the user uuid of this open ID connect session
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setAccessToken

      public void setAccessToken(String accessToken)
      Sets the access token of this open ID connect session.
      Specified by:
      setAccessToken in interface OpenIdConnectSessionModel
      Parameters:
      accessToken - the access token of this open ID connect session
    • setAccessTokenExpirationDate

      public void setAccessTokenExpirationDate(Date accessTokenExpirationDate)
      Sets the access token expiration date of this open ID connect session.
      Specified by:
      setAccessTokenExpirationDate in interface OpenIdConnectSessionModel
      Parameters:
      accessTokenExpirationDate - the access token expiration date of this open ID connect session
    • setAuthServerWellKnownURI

      public void setAuthServerWellKnownURI(String authServerWellKnownURI)
      Sets the auth server well known uri of this open ID connect session.
      Specified by:
      setAuthServerWellKnownURI in interface OpenIdConnectSessionModel
      Parameters:
      authServerWellKnownURI - the auth server well known uri of this open ID connect session
    • setClientId

      public void setClientId(String clientId)
      Sets the client ID of this open ID connect session.
      Specified by:
      setClientId in interface OpenIdConnectSessionModel
      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 interface OpenIdConnectSessionModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this open ID connect session
    • setIdToken

      public void setIdToken(String idToken)
      Sets the id token of this open ID connect session.
      Specified by:
      setIdToken in interface OpenIdConnectSessionModel
      Parameters:
      idToken - the id token of this open ID connect session
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this open ID connect session.
      Specified by:
      setModifiedDate in interface OpenIdConnectSessionModel
      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 interface com.liferay.portal.kernel.model.MVCCModel
      Specified by:
      setMvccVersion in interface OpenIdConnectSessionModel
      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 interface OpenIdConnectSessionModel
      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 interface OpenIdConnectSessionModel
      Parameters:
      primaryKey - the primary key of this open ID connect session
    • setRefreshToken

      public void setRefreshToken(String refreshToken)
      Sets the refresh token of this open ID connect session.
      Specified by:
      setRefreshToken in interface OpenIdConnectSessionModel
      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 interface OpenIdConnectSessionModel
      Parameters:
      userId - the user ID of this open ID connect session
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this open ID connect session.
      Specified by:
      setUserUuid in interface OpenIdConnectSessionModel
      Parameters:
      userUuid - the user uuid of this open ID connect session
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface OpenIdConnectSessionModel
    • wrap

      protected OpenIdConnectSessionWrapper wrap(OpenIdConnectSession openIdConnectSession)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OpenIdConnectSession>