Uses of Interface
com.flowable.core.idm.api.TokenAuthenticationBuilder
Packages that use TokenAuthenticationBuilder
-
Uses of TokenAuthenticationBuilder in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return TokenAuthenticationBuilderModifier 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
Classes in com.flowable.idm.engine.impl that implement TokenAuthenticationBuilderMethods in com.flowable.idm.engine.impl that return TokenAuthenticationBuilderModifier and TypeMethodDescriptionDeprecated.TokenAuthenticationBuilderImpl.addGroups
(Collection<String> groupKeys) Deprecated.BaseIdmIdentityServiceImpl.createAuthenticationTokenBuilder()
Deprecated.Deprecated.Deprecated.TokenAuthenticationBuilderImpl.validUntil
(Instant validUntil) Deprecated.
PlatformIdentityService.createNewAccessTokenBuilder()
instead