Uses of Interface
com.flowable.core.idm.api.TokenAuthenticationBuilder
-
Packages that use TokenAuthenticationBuilder Package Description com.flowable.core.idm.api com.flowable.idm.engine.impl -
-
Uses of TokenAuthenticationBuilder in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return TokenAuthenticationBuilder Modifier and Type Method Description TokenAuthenticationBuilder
TokenAuthenticationBuilder. addGroup(String groupKey)
The granted group access for this token.TokenAuthenticationBuilder
TokenAuthenticationBuilder. addGroups(Collection<String> groupKeys)
The granted groups access for this token.TokenAuthenticationBuilder
PlatformIdentityService. createAuthenticationTokenBuilder()
Create a token authentication builder with which authentication tokens can be created.TokenAuthenticationBuilder
TokenAuthenticationBuilder. userId(String userId)
The id of the user to which the token belongs.TokenAuthenticationBuilder
TokenAuthenticationBuilder. validFor(Duration validityDuration)
The duration for which the token is valid.TokenAuthenticationBuilder
TokenAuthenticationBuilder. validUntil(Instant validUntil)
Until when the token is valid. -
Uses of TokenAuthenticationBuilder in com.flowable.idm.engine.impl
Classes in com.flowable.idm.engine.impl that implement TokenAuthenticationBuilder Modifier and Type Class Description class
TokenAuthenticationBuilderImpl
Methods in com.flowable.idm.engine.impl that return TokenAuthenticationBuilder Modifier and Type Method Description TokenAuthenticationBuilder
TokenAuthenticationBuilderImpl. addGroup(String groupKey)
TokenAuthenticationBuilder
TokenAuthenticationBuilderImpl. addGroups(Collection<String> groupKeys)
TokenAuthenticationBuilder
BaseIdmIdentityServiceImpl. createAuthenticationTokenBuilder()
TokenAuthenticationBuilder
TokenAuthenticationBuilderImpl. userId(String userId)
TokenAuthenticationBuilder
TokenAuthenticationBuilderImpl. validFor(Duration validityDuration)
TokenAuthenticationBuilder
TokenAuthenticationBuilderImpl. validUntil(Instant validUntil)
-