Interface OAuth2Authorization
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<OAuth2Authorization>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<OAuth2Authorization>,OAuth2AuthorizationModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
OAuth2AuthorizationWrapper
@ProviderType
public interface OAuth2Authorization
extends OAuth2AuthorizationModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the OAuth2Authorization service. Represents a row in the "OAuth2Authorization" 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<OAuth2Authorization,Long> -
Method Summary
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.OAuth2AuthorizationModel
cloneWithOriginalValues, getAccessTokenContent, getAccessTokenContentHash, getAccessTokenCreateDate, getAccessTokenExpirationDate, getCompanyId, getCreateDate, getOAuth2ApplicationId, getOAuth2ApplicationScopeAliasesId, getOAuth2AuthorizationId, getPrimaryKey, getRefreshTokenContent, getRefreshTokenContentHash, getRefreshTokenCreateDate, getRefreshTokenExpirationDate, getRememberDeviceContent, getRemoteHostInfo, getRemoteIPInfo, getUserId, getUserName, getUserUuid, setAccessTokenContent, setAccessTokenContentHash, setAccessTokenCreateDate, setAccessTokenExpirationDate, setCompanyId, setCreateDate, setOAuth2ApplicationId, setOAuth2ApplicationScopeAliasesId, setOAuth2AuthorizationId, setPrimaryKey, setRefreshTokenContent, setRefreshTokenContentHash, setRefreshTokenCreateDate, setRefreshTokenExpirationDate, setRememberDeviceContent, setRemoteHostInfo, setRemoteIPInfo, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
O_AUTH2_AUTHORIZATION_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<OAuth2Authorization,Long> O_AUTH2_AUTHORIZATION_ID_ACCESSOR
-