Uses of Interface
com.flowable.core.idm.api.AccessTokenBuilder
-
Uses of AccessTokenBuilder in com.flowable.core.idm.api
Modifier and TypeMethodDescriptionPlatformIdentityService.createNewAccessTokenBuilder()
AccessTokenBuilder.description
(String description) The optional description that should be used for the token.The name that should be used for the token.The id of the tenant to which the token belongs.The id of the user to which the token belongs.The duration for which the token is valid.AccessTokenBuilder.validUntil
(Instant validUntil) Until when the token is valid. -
Uses of AccessTokenBuilder in com.flowable.idm.engine.impl
Modifier and TypeMethodDescriptionBaseIdmIdentityServiceImpl.createNewAccessTokenBuilder()
AccessTokenBuilderImpl.description
(String description) AccessTokenBuilderImpl.validUntil
(Instant validUntil)