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 TypeClassDescriptionclassDefault implementation of theAuthenticationContextthat uses aThreadLocalthat stores thePrincipalMethods in org.flowable.common.engine.impl.identity that return AuthenticationContextModifier and TypeMethodDescriptionstatic AuthenticationContextAuthentication.getAuthenticationContext()Methods in org.flowable.common.engine.impl.identity with parameters of type AuthenticationContextModifier and TypeMethodDescriptionstatic voidAuthentication.setAuthenticationContext(AuthenticationContext authenticationContext) -
Uses of AuthenticationContext in org.flowable.spring.security
Classes in org.flowable.spring.security that implement AuthenticationContextModifier and TypeClassDescriptionclassA default Spring SecurityAuthenticationContextimplementation that usesSecurityContextHolderandSecurityContextto provide the information.