public class OAuthClientEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuthClientEntry> implements com.liferay.portal.kernel.model.ModelWrapper<OAuthClientEntry>, OAuthClientEntry
This class is a wrapper for OAuthClientEntry.
OAuthClientEntry,
Serialized FormO_AUTH_CLIENT_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
OAuthClientEntryWrapper(OAuthClientEntry oAuthClientEntry) |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientEntry |
cloneWithOriginalValues() |
java.lang.String |
getAuthRequestParametersJSON()
Returns the auth request parameters json of this o auth client entry.
|
java.lang.String |
getAuthServerWellKnownURI()
Returns the auth server well known uri of this o auth client entry.
|
java.lang.String |
getClientId()
Returns the client ID of this o auth client entry.
|
long |
getCompanyId()
Returns the company ID of this o auth client entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this o auth client entry.
|
java.lang.String |
getInfoJSON()
Returns the info json of this o auth client entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this o auth client entry.
|
long |
getMvccVersion()
Returns the mvcc version of this o auth client entry.
|
long |
getOAuthClientEntryId()
Returns the o auth client entry ID of this o auth client entry.
|
java.lang.String |
getOIDCUserInfoMapperJSON()
Returns the oidc user info mapper json of this o auth client entry.
|
long |
getPrimaryKey()
Returns the primary key of this o auth client entry.
|
java.lang.String |
getTokenRequestParametersJSON()
Returns the token request parameters json of this o auth client entry.
|
long |
getUserId()
Returns the user ID of this o auth client entry.
|
java.lang.String |
getUserName()
Returns the user name of this o auth client entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this o auth client entry.
|
void |
persist() |
void |
setAuthRequestParametersJSON(java.lang.String authRequestParametersJSON)
Sets the auth request parameters json of this o auth client entry.
|
void |
setAuthServerWellKnownURI(java.lang.String authServerWellKnownURI)
Sets the auth server well known uri of this o auth client entry.
|
void |
setClientId(java.lang.String clientId)
Sets the client ID of this o auth client entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this o auth client entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this o auth client entry.
|
void |
setInfoJSON(java.lang.String infoJSON)
Sets the info json of this o auth client entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this o auth client entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this o auth client entry.
|
void |
setOAuthClientEntryId(long oAuthClientEntryId)
Sets the o auth client entry ID of this o auth client entry.
|
void |
setOIDCUserInfoMapperJSON(java.lang.String oidcUserInfoMapperJSON)
Sets the oidc user info mapper json of this o auth client entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this o auth client entry.
|
void |
setTokenRequestParametersJSON(java.lang.String tokenRequestParametersJSON)
Sets the token request parameters json of this o auth client entry.
|
void |
setUserId(long userId)
Sets the user ID of this o auth client entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this o auth client entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this o auth client entry.
|
protected OAuthClientEntryWrapper |
wrap(OAuthClientEntry oAuthClientEntry) |
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 OAuthClientEntryWrapper(OAuthClientEntry oAuthClientEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>public OAuthClientEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface OAuthClientEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>public java.lang.String getAuthRequestParametersJSON()
getAuthRequestParametersJSON in interface OAuthClientEntryModelpublic java.lang.String getAuthServerWellKnownURI()
getAuthServerWellKnownURI in interface OAuthClientEntryModelpublic java.lang.String getClientId()
getClientId in interface OAuthClientEntryModelpublic long getCompanyId()
getCompanyId in interface OAuthClientEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface OAuthClientEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getInfoJSON()
getInfoJSON in interface OAuthClientEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface OAuthClientEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getMvccVersion()
getMvccVersion in interface OAuthClientEntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getOAuthClientEntryId()
getOAuthClientEntryId in interface OAuthClientEntryModelpublic java.lang.String getOIDCUserInfoMapperJSON()
getOIDCUserInfoMapperJSON in interface OAuthClientEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface OAuthClientEntryModelpublic java.lang.String getTokenRequestParametersJSON()
getTokenRequestParametersJSON in interface OAuthClientEntryModelpublic long getUserId()
getUserId in interface OAuthClientEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface OAuthClientEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface OAuthClientEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAuthRequestParametersJSON(java.lang.String authRequestParametersJSON)
setAuthRequestParametersJSON in interface OAuthClientEntryModelauthRequestParametersJSON - the auth request parameters json of this o auth client entrypublic void setAuthServerWellKnownURI(java.lang.String authServerWellKnownURI)
setAuthServerWellKnownURI in interface OAuthClientEntryModelauthServerWellKnownURI - the auth server well known uri of this o auth client entrypublic void setClientId(java.lang.String clientId)
setClientId in interface OAuthClientEntryModelclientId - the client ID of this o auth client entrypublic void setCompanyId(long companyId)
setCompanyId in interface OAuthClientEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this o auth client entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface OAuthClientEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this o auth client entrypublic void setInfoJSON(java.lang.String infoJSON)
setInfoJSON in interface OAuthClientEntryModelinfoJSON - the info json of this o auth client entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface OAuthClientEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this o auth client entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface OAuthClientEntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this o auth client entrypublic void setOAuthClientEntryId(long oAuthClientEntryId)
setOAuthClientEntryId in interface OAuthClientEntryModeloAuthClientEntryId - the o auth client entry ID of this o auth client entrypublic void setOIDCUserInfoMapperJSON(java.lang.String oidcUserInfoMapperJSON)
setOIDCUserInfoMapperJSON in interface OAuthClientEntryModeloidcUserInfoMapperJSON - the oidc user info mapper json of this o auth client entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface OAuthClientEntryModelprimaryKey - the primary key of this o auth client entrypublic void setTokenRequestParametersJSON(java.lang.String tokenRequestParametersJSON)
setTokenRequestParametersJSON in interface OAuthClientEntryModeltokenRequestParametersJSON - the token request parameters json of this o auth client entrypublic void setUserId(long userId)
setUserId in interface OAuthClientEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this o auth client entrypublic void setUserName(java.lang.String userName)
setUserName in interface OAuthClientEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this o auth client entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface OAuthClientEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this o auth client entryprotected OAuthClientEntryWrapper wrap(OAuthClientEntry oAuthClientEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuthClientEntry>