public class FlowableAuthenticationTrustResolver
extends org.springframework.security.authentication.AuthenticationTrustResolverImpl
AuthenticationTrustResolver
that returns false when checking if an authentication is a remember me authentication.
The reason for this is that we don't want to force a new start of an authentication if the user accessed resources that they
don't have access to and thus leading to a loop.ExceptionTranslationFilter| Constructor and Description |
|---|
FlowableAuthenticationTrustResolver() |
Copyright © 2022 Flowable. All rights reserved.