Interface OAuth2Application
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<OAuth2Application>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<OAuth2Application>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,OAuth2ApplicationModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel
- All Known Implementing Classes:
OAuth2ApplicationWrapper
@ProviderType
public interface OAuth2Application
extends OAuth2ApplicationModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the OAuth2Application service. Represents a row in the "OAuth2Application" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<OAuth2Application,Long> -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowedGrantTypesList(List<GrantType> allowedGrantTypesList) voidsetFeaturesList(List<String> featuresList) voidsetRedirectURIsList(List<String> redirectURIsList) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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.oauth2.provider.model.OAuth2ApplicationModel
cloneWithOriginalValues, getAllowedGrantTypes, getClientAuthenticationMethod, getClientCredentialUserId, getClientCredentialUserName, getClientCredentialUserUuid, getClientId, getClientProfile, getClientSecret, getCompanyId, getCreateDate, getDescription, getExternalReferenceCode, getFeatures, getHomePageURL, getIconFileEntryId, getJwks, getModifiedDate, getName, getOAuth2ApplicationId, getOAuth2ApplicationScopeAliasesId, getPrimaryKey, getPrivacyPolicyURL, getRedirectURIs, getRememberDevice, getTrustedApplication, getUserId, getUserName, getUserUuid, getUuid, isRememberDevice, isTrustedApplication, setAllowedGrantTypes, setClientAuthenticationMethod, setClientCredentialUserId, setClientCredentialUserName, setClientCredentialUserUuid, setClientId, setClientProfile, setClientSecret, setCompanyId, setCreateDate, setDescription, setExternalReferenceCode, setFeatures, setHomePageURL, setIconFileEntryId, setJwks, setModifiedDate, setName, setOAuth2ApplicationId, setOAuth2ApplicationScopeAliasesId, setPrimaryKey, setPrivacyPolicyURL, setRedirectURIs, setRememberDevice, setTrustedApplication, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
O_AUTH2_APPLICATION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<OAuth2Application,Long> O_AUTH2_APPLICATION_ID_ACCESSOR
-
-
Method Details
-
getAllowedGrantTypesList
-
getFeaturesList
-
getRedirectURIsList
-
setAllowedGrantTypesList
-
setFeaturesList
-
setRedirectURIsList
-