Uses of Interface
com.flowable.platform.common.security.AuthTokenProvider
Packages that use AuthTokenProvider
Package
Description
-
Uses of AuthTokenProvider in com.flowable.core.spring.security.oauth2.client
Classes in com.flowable.core.spring.security.oauth2.client that implement AuthTokenProviderModifier and TypeClassDescriptionclass
Implementation of theAuthTokenProvider
that uses theOAuth2AuthorizedClientService
to fetch an access token for a clientRegistrationId. -
Uses of AuthTokenProvider in com.flowable.platform.expressions
Fields in com.flowable.platform.expressions with type parameters of type AuthTokenProviderModifier and TypeFieldDescriptionprotected final Collection<AuthTokenProvider>
FlowableExpressionAuthTokenUtils.authTokenProviders
Constructor parameters in com.flowable.platform.expressions with type arguments of type AuthTokenProviderModifierConstructorDescriptionFlowableExpressionAuthTokenUtils
(Collection<AuthTokenProvider> authTokenProviders)