Uses of Interface
com.flowable.core.idm.api.TokenAuthenticationBuilder
-
Uses of TokenAuthenticationBuilder in com.flowable.core.idm.api
Modifier and TypeMethodDescriptionDeprecated.The granted group access for this token.TokenAuthenticationBuilder.addGroups
(Collection<String> groupKeys) Deprecated.The granted groups access for this token.PlatformIdentityService.createAuthenticationTokenBuilder()
Deprecated.Deprecated.The id of the user to which the token belongs.Deprecated.The duration for which the token is valid.TokenAuthenticationBuilder.validUntil
(Instant validUntil) Deprecated.Until when the token is valid. -
Uses of TokenAuthenticationBuilder in com.flowable.idm.engine.impl
Modifier and TypeMethodDescriptionDeprecated.TokenAuthenticationBuilderImpl.addGroups
(Collection<String> groupKeys) Deprecated.BaseIdmIdentityServiceImpl.createAuthenticationTokenBuilder()
Deprecated.Deprecated.Deprecated.TokenAuthenticationBuilderImpl.validUntil
(Instant validUntil) Deprecated.
PlatformIdentityService.createNewAccessTokenBuilder()
instead