@ProviderType public interface OAuthClientEntryModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.oauth.client.persistence.model.impl.OAuthClientEntryModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.oauth.client.persistence.model.impl.OAuthClientEntryImpl
.
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.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 |
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 |
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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this o auth client entrylong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this o auth client entrylong getOAuthClientEntryId()
void setOAuthClientEntryId(long oAuthClientEntryId)
oAuthClientEntryId
- the o auth client entry ID of this o auth client entrylong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this o auth client entrylong getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this o auth client entryjava.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this o auth client entry@AutoEscape java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this o auth client entryjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this o auth client entryjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this o auth client entry@AutoEscape java.lang.String getAuthRequestParametersJSON()
void setAuthRequestParametersJSON(java.lang.String authRequestParametersJSON)
authRequestParametersJSON
- the auth request parameters json of this o auth client entry@AutoEscape java.lang.String getAuthServerWellKnownURI()
void setAuthServerWellKnownURI(java.lang.String authServerWellKnownURI)
authServerWellKnownURI
- the auth server well known uri of this o auth client entry@AutoEscape java.lang.String getClientId()
void setClientId(java.lang.String clientId)
clientId
- the client ID of this o auth client entry@AutoEscape java.lang.String getInfoJSON()
void setInfoJSON(java.lang.String infoJSON)
infoJSON
- the info json of this o auth client entry@AutoEscape java.lang.String getOIDCUserInfoMapperJSON()
void setOIDCUserInfoMapperJSON(java.lang.String oidcUserInfoMapperJSON)
oidcUserInfoMapperJSON
- the oidc user info mapper json of this o auth client entry@AutoEscape java.lang.String getTokenRequestParametersJSON()
void setTokenRequestParametersJSON(java.lang.String tokenRequestParametersJSON)
tokenRequestParametersJSON
- the token request parameters json of this o auth client entryOAuthClientEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<OAuthClientEntry>
default java.lang.String toXmlString()