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 TypeMethodDescriptionvoidsetCreationTime(Date creationTime) voidsetDescription(String description) voidsetExpirationTime(Date expirationTime) voidvoidsetTenantId(String tenantId) voidsetTokenValue(String tokenValue) voidMethods inherited from interface com.flowable.core.idm.api.AccessToken
getCreationTime, getDescription, getExpirationTime, getId, getName, getTenantId, getTokenValue, getUserIdMethods 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
-