Uses of Interface
com.flowable.core.idm.api.AccessTokenBuilder
Packages that use AccessTokenBuilder
-
Uses of AccessTokenBuilder in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return AccessTokenBuilderModifier 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
Classes in com.flowable.idm.engine.impl that implement AccessTokenBuilderMethods in com.flowable.idm.engine.impl that return AccessTokenBuilderModifier and TypeMethodDescriptionBaseIdmIdentityServiceImpl.createNewAccessTokenBuilder()
AccessTokenBuilderImpl.description
(String description) AccessTokenBuilderImpl.validUntil
(Instant validUntil)