Interface AccessTokenEntity
- All Superinterfaces:
AccessToken
,org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
AccessTokenEntityImpl
public interface AccessTokenEntity
extends org.flowable.common.engine.impl.persistence.entity.Entity, AccessToken
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreationTime
(Date creationTime) void
setDescription
(String description) void
setExpirationTime
(Date expirationTime) void
void
setTenantId
(String tenantId) void
setTokenValue
(String tokenValue) void
Methods inherited from interface com.flowable.core.idm.api.AccessToken
getCreationTime, getDescription, getExpirationTime, getId, getName, getTenantId, getTokenValue, getUserId
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
setName
-
setDescription
-
setCreationTime
-
setExpirationTime
-
setUserId
-
setTenantId
-
setTokenValue
-