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 Details

    • O_AUTH2_APPLICATION_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<OAuth2Application,Long> O_AUTH2_APPLICATION_ID_ACCESSOR
  • Method Details

    • getAllowedGrantTypesList

      List<GrantType> getAllowedGrantTypesList()
    • getFeaturesList

      List<String> getFeaturesList()
    • getRedirectURIsList

      List<String> getRedirectURIsList()
    • setAllowedGrantTypesList

      void setAllowedGrantTypesList(List<GrantType> allowedGrantTypesList)
    • setFeaturesList

      void setFeaturesList(List<String> featuresList)
    • setRedirectURIsList

      void setRedirectURIsList(List<String> redirectURIsList)