public class OAuth2ApplicationWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuth2Application> implements com.liferay.portal.kernel.model.ModelWrapper<OAuth2Application>, OAuth2Application
This class is a wrapper for OAuth2Application.
OAuth2Application,
Serialized FormO_AUTH2_APPLICATION_ID_ACCESSOR| Constructor and Description |
|---|
OAuth2ApplicationWrapper(OAuth2Application oAuth2Application) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Application |
cloneWithOriginalValues() |
java.lang.String |
getAllowedGrantTypes()
Returns the allowed grant types of this o auth2 application.
|
java.util.List<GrantType> |
getAllowedGrantTypesList() |
java.lang.String |
getClientAuthenticationMethod()
Returns the client authentication method of this o auth2 application.
|
long |
getClientCredentialUserId()
Returns the client credential user ID of this o auth2 application.
|
java.lang.String |
getClientCredentialUserName()
Returns the client credential user name of this o auth2 application.
|
java.lang.String |
getClientCredentialUserUuid()
Returns the client credential user uuid of this o auth2 application.
|
java.lang.String |
getClientId()
Returns the client ID of this o auth2 application.
|
int |
getClientProfile()
Returns the client profile of this o auth2 application.
|
java.lang.String |
getClientSecret()
Returns the client secret of this o auth2 application.
|
long |
getCompanyId()
Returns the company ID of this o auth2 application.
|
java.util.Date |
getCreateDate()
Returns the create date of this o auth2 application.
|
java.lang.String |
getDescription()
Returns the description of this o auth2 application.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this o auth2 application.
|
java.lang.String |
getFeatures()
Returns the features of this o auth2 application.
|
java.util.List<java.lang.String> |
getFeaturesList() |
java.lang.String |
getHomePageURL()
Returns the home page url of this o auth2 application.
|
long |
getIconFileEntryId()
Returns the icon file entry ID of this o auth2 application.
|
java.lang.String |
getJwks()
Returns the jwks of this o auth2 application.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this o auth2 application.
|
java.lang.String |
getName()
Returns the name of this o auth2 application.
|
long |
getOAuth2ApplicationId()
Returns the o auth2 application ID of this o auth2 application.
|
long |
getOAuth2ApplicationScopeAliasesId()
Returns the o auth2 application scope aliases ID of this o auth2 application.
|
long |
getPrimaryKey()
Returns the primary key of this o auth2 application.
|
java.lang.String |
getPrivacyPolicyURL()
Returns the privacy policy url of this o auth2 application.
|
java.lang.String |
getRedirectURIs()
Returns the redirect ur is of this o auth2 application.
|
java.util.List<java.lang.String> |
getRedirectURIsList() |
boolean |
getRememberDevice()
Returns the remember device of this o auth2 application.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
boolean |
getTrustedApplication()
Returns the trusted application of this o auth2 application.
|
long |
getUserId()
Returns the user ID of this o auth2 application.
|
java.lang.String |
getUserName()
Returns the user name of this o auth2 application.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this o auth2 application.
|
java.lang.String |
getUuid()
Returns the uuid of this o auth2 application.
|
boolean |
isRememberDevice()
Returns
true if this o auth2 application is remember device. |
boolean |
isTrustedApplication()
Returns
true if this o auth2 application is trusted application. |
void |
persist() |
void |
setAllowedGrantTypes(java.lang.String allowedGrantTypes)
Sets the allowed grant types of this o auth2 application.
|
void |
setAllowedGrantTypesList(java.util.List<GrantType> allowedGrantTypesList) |
void |
setClientAuthenticationMethod(java.lang.String clientAuthenticationMethod)
Sets the client authentication method of this o auth2 application.
|
void |
setClientCredentialUserId(long clientCredentialUserId)
Sets the client credential user ID of this o auth2 application.
|
void |
setClientCredentialUserName(java.lang.String clientCredentialUserName)
Sets the client credential user name of this o auth2 application.
|
void |
setClientCredentialUserUuid(java.lang.String clientCredentialUserUuid)
Sets the client credential user uuid of this o auth2 application.
|
void |
setClientId(java.lang.String clientId)
Sets the client ID of this o auth2 application.
|
void |
setClientProfile(int clientProfile)
Sets the client profile of this o auth2 application.
|
void |
setClientSecret(java.lang.String clientSecret)
Sets the client secret of this o auth2 application.
|
void |
setCompanyId(long companyId)
Sets the company ID of this o auth2 application.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this o auth2 application.
|
void |
setDescription(java.lang.String description)
Sets the description of this o auth2 application.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this o auth2 application.
|
void |
setFeatures(java.lang.String features)
Sets the features of this o auth2 application.
|
void |
setFeaturesList(java.util.List<java.lang.String> featuresList) |
void |
setHomePageURL(java.lang.String homePageURL)
Sets the home page url of this o auth2 application.
|
void |
setIconFileEntryId(long iconFileEntryId)
Sets the icon file entry ID of this o auth2 application.
|
void |
setJwks(java.lang.String jwks)
Sets the jwks of this o auth2 application.
|
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 auth2 application.
|
void |
setName(java.lang.String name)
Sets the name of this o auth2 application.
|
void |
setOAuth2ApplicationId(long oAuth2ApplicationId)
Sets the o auth2 application ID of this o auth2 application.
|
void |
setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
Sets the o auth2 application scope aliases ID of this o auth2 application.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this o auth2 application.
|
void |
setPrivacyPolicyURL(java.lang.String privacyPolicyURL)
Sets the privacy policy url of this o auth2 application.
|
void |
setRedirectURIs(java.lang.String redirectURIs)
Sets the redirect ur is of this o auth2 application.
|
void |
setRedirectURIsList(java.util.List<java.lang.String> redirectURIsList) |
void |
setRememberDevice(boolean rememberDevice)
Sets whether this o auth2 application is remember device.
|
void |
setTrustedApplication(boolean trustedApplication)
Sets whether this o auth2 application is trusted application.
|
void |
setUserId(long userId)
Sets the user ID of this o auth2 application.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this o auth2 application.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this o auth2 application.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this o auth2 application.
|
protected OAuth2ApplicationWrapper |
wrap(OAuth2Application oAuth2Application) |
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 OAuth2ApplicationWrapper(OAuth2Application oAuth2Application)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2Application>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<OAuth2Application>public OAuth2Application cloneWithOriginalValues()
cloneWithOriginalValues in interface OAuth2ApplicationModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<OAuth2Application>public java.lang.String getAllowedGrantTypes()
getAllowedGrantTypes in interface OAuth2ApplicationModelpublic java.util.List<GrantType> getAllowedGrantTypesList()
getAllowedGrantTypesList in interface OAuth2Applicationpublic java.lang.String getClientAuthenticationMethod()
getClientAuthenticationMethod in interface OAuth2ApplicationModelpublic long getClientCredentialUserId()
getClientCredentialUserId in interface OAuth2ApplicationModelpublic java.lang.String getClientCredentialUserName()
getClientCredentialUserName in interface OAuth2ApplicationModelpublic java.lang.String getClientCredentialUserUuid()
getClientCredentialUserUuid in interface OAuth2ApplicationModelpublic java.lang.String getClientId()
getClientId in interface OAuth2ApplicationModelpublic int getClientProfile()
getClientProfile in interface OAuth2ApplicationModelpublic java.lang.String getClientSecret()
getClientSecret in interface OAuth2ApplicationModelpublic long getCompanyId()
getCompanyId in interface OAuth2ApplicationModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface OAuth2ApplicationModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getDescription()
getDescription in interface OAuth2ApplicationModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface OAuth2ApplicationModelpublic java.lang.String getFeatures()
getFeatures in interface OAuth2ApplicationModelpublic java.util.List<java.lang.String> getFeaturesList()
getFeaturesList in interface OAuth2Applicationpublic java.lang.String getHomePageURL()
getHomePageURL in interface OAuth2ApplicationModelpublic long getIconFileEntryId()
getIconFileEntryId in interface OAuth2ApplicationModelpublic java.lang.String getJwks()
getJwks in interface OAuth2ApplicationModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface OAuth2ApplicationModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getName()
getName in interface OAuth2ApplicationModelpublic long getOAuth2ApplicationId()
getOAuth2ApplicationId in interface OAuth2ApplicationModelpublic long getOAuth2ApplicationScopeAliasesId()
getOAuth2ApplicationScopeAliasesId in interface OAuth2ApplicationModelpublic long getPrimaryKey()
getPrimaryKey in interface OAuth2ApplicationModelpublic java.lang.String getPrivacyPolicyURL()
getPrivacyPolicyURL in interface OAuth2ApplicationModelpublic java.lang.String getRedirectURIs()
getRedirectURIs in interface OAuth2ApplicationModelpublic java.util.List<java.lang.String> getRedirectURIsList()
getRedirectURIsList in interface OAuth2Applicationpublic boolean getRememberDevice()
getRememberDevice in interface OAuth2ApplicationModelpublic boolean getTrustedApplication()
getTrustedApplication in interface OAuth2ApplicationModelpublic long getUserId()
getUserId in interface OAuth2ApplicationModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface OAuth2ApplicationModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface OAuth2ApplicationModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface OAuth2ApplicationModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic boolean isRememberDevice()
true if this o auth2 application is remember device.isRememberDevice in interface OAuth2ApplicationModeltrue if this o auth2 application is remember device; false otherwisepublic boolean isTrustedApplication()
true if this o auth2 application is trusted application.isTrustedApplication in interface OAuth2ApplicationModeltrue if this o auth2 application is trusted application; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAllowedGrantTypes(java.lang.String allowedGrantTypes)
setAllowedGrantTypes in interface OAuth2ApplicationModelallowedGrantTypes - the allowed grant types of this o auth2 applicationpublic void setAllowedGrantTypesList(java.util.List<GrantType> allowedGrantTypesList)
setAllowedGrantTypesList in interface OAuth2Applicationpublic void setClientAuthenticationMethod(java.lang.String clientAuthenticationMethod)
setClientAuthenticationMethod in interface OAuth2ApplicationModelclientAuthenticationMethod - the client authentication method of this o auth2 applicationpublic void setClientCredentialUserId(long clientCredentialUserId)
setClientCredentialUserId in interface OAuth2ApplicationModelclientCredentialUserId - the client credential user ID of this o auth2 applicationpublic void setClientCredentialUserName(java.lang.String clientCredentialUserName)
setClientCredentialUserName in interface OAuth2ApplicationModelclientCredentialUserName - the client credential user name of this o auth2 applicationpublic void setClientCredentialUserUuid(java.lang.String clientCredentialUserUuid)
setClientCredentialUserUuid in interface OAuth2ApplicationModelclientCredentialUserUuid - the client credential user uuid of this o auth2 applicationpublic void setClientId(java.lang.String clientId)
setClientId in interface OAuth2ApplicationModelclientId - the client ID of this o auth2 applicationpublic void setClientProfile(int clientProfile)
setClientProfile in interface OAuth2ApplicationModelclientProfile - the client profile of this o auth2 applicationpublic void setClientSecret(java.lang.String clientSecret)
setClientSecret in interface OAuth2ApplicationModelclientSecret - the client secret of this o auth2 applicationpublic void setCompanyId(long companyId)
setCompanyId in interface OAuth2ApplicationModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this o auth2 applicationpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface OAuth2ApplicationModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this o auth2 applicationpublic void setDescription(java.lang.String description)
setDescription in interface OAuth2ApplicationModeldescription - the description of this o auth2 applicationpublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface OAuth2ApplicationModelexternalReferenceCode - the external reference code of this o auth2 applicationpublic void setFeatures(java.lang.String features)
setFeatures in interface OAuth2ApplicationModelfeatures - the features of this o auth2 applicationpublic void setFeaturesList(java.util.List<java.lang.String> featuresList)
setFeaturesList in interface OAuth2Applicationpublic void setHomePageURL(java.lang.String homePageURL)
setHomePageURL in interface OAuth2ApplicationModelhomePageURL - the home page url of this o auth2 applicationpublic void setIconFileEntryId(long iconFileEntryId)
setIconFileEntryId in interface OAuth2ApplicationModeliconFileEntryId - the icon file entry ID of this o auth2 applicationpublic void setJwks(java.lang.String jwks)
setJwks in interface OAuth2ApplicationModeljwks - the jwks of this o auth2 applicationpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface OAuth2ApplicationModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this o auth2 applicationpublic void setName(java.lang.String name)
setName in interface OAuth2ApplicationModelname - the name of this o auth2 applicationpublic void setOAuth2ApplicationId(long oAuth2ApplicationId)
setOAuth2ApplicationId in interface OAuth2ApplicationModeloAuth2ApplicationId - the o auth2 application ID of this o auth2 applicationpublic void setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
setOAuth2ApplicationScopeAliasesId in interface OAuth2ApplicationModeloAuth2ApplicationScopeAliasesId - the o auth2 application scope aliases ID of this o auth2 applicationpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface OAuth2ApplicationModelprimaryKey - the primary key of this o auth2 applicationpublic void setPrivacyPolicyURL(java.lang.String privacyPolicyURL)
setPrivacyPolicyURL in interface OAuth2ApplicationModelprivacyPolicyURL - the privacy policy url of this o auth2 applicationpublic void setRedirectURIs(java.lang.String redirectURIs)
setRedirectURIs in interface OAuth2ApplicationModelredirectURIs - the redirect ur is of this o auth2 applicationpublic void setRedirectURIsList(java.util.List<java.lang.String> redirectURIsList)
setRedirectURIsList in interface OAuth2Applicationpublic void setRememberDevice(boolean rememberDevice)
setRememberDevice in interface OAuth2ApplicationModelrememberDevice - the remember device of this o auth2 applicationpublic void setTrustedApplication(boolean trustedApplication)
setTrustedApplication in interface OAuth2ApplicationModeltrustedApplication - the trusted application of this o auth2 applicationpublic void setUserId(long userId)
setUserId in interface OAuth2ApplicationModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this o auth2 applicationpublic void setUserName(java.lang.String userName)
setUserName in interface OAuth2ApplicationModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this o auth2 applicationpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface OAuth2ApplicationModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this o auth2 applicationpublic void setUuid(java.lang.String uuid)
setUuid in interface OAuth2ApplicationModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this o auth2 applicationpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected OAuth2ApplicationWrapper wrap(OAuth2Application oAuth2Application)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<OAuth2Application>