Class FlowableAuthenticationTrustResolver

  • All Implemented Interfaces:
    org.springframework.security.authentication.AuthenticationTrustResolver

    public class FlowableAuthenticationTrustResolver
    extends org.springframework.security.authentication.AuthenticationTrustResolverImpl
    Flowable Specific implementation of 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.
    Author:
    Filip Hrisafov
    See Also:
    ExceptionTranslationFilter
    • Constructor Detail

      • FlowableAuthenticationTrustResolver

        public FlowableAuthenticationTrustResolver()