Uses of Interface
org.flowable.common.engine.api.identity.AuthenticationContext
Packages that use AuthenticationContext
-
Uses of AuthenticationContext in org.flowable.common.engine.impl.identity
Classes in org.flowable.common.engine.impl.identity that implement AuthenticationContextModifier and TypeClassDescriptionclass
Default implementation of theAuthenticationContext
that uses aThreadLocal
that stores thePrincipal
Methods in org.flowable.common.engine.impl.identity that return AuthenticationContextModifier and TypeMethodDescriptionstatic AuthenticationContext
Authentication.getAuthenticationContext()
Methods in org.flowable.common.engine.impl.identity with parameters of type AuthenticationContextModifier and TypeMethodDescriptionstatic void
Authentication.setAuthenticationContext
(AuthenticationContext authenticationContext) -
Uses of AuthenticationContext in org.flowable.spring.security
Classes in org.flowable.spring.security that implement AuthenticationContextModifier and TypeClassDescriptionclass
A default Spring SecurityAuthenticationContext
implementation that usesSecurityContextHolder
andSecurityContext
to provide the information.