Package | Description |
---|---|
com.flowable.core.idm.api | |
com.flowable.idm.engine.impl |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
TokenAuthenticationBuilderImpl |
Modifier and Type | Method and 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) |