Package org.flowable.ui.common.security
Class FlowableAuthenticationTrustResolver
- java.lang.Object
-
- org.springframework.security.authentication.AuthenticationTrustResolverImpl
-
- org.flowable.ui.common.security.FlowableAuthenticationTrustResolver
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationTrustResolver
public class FlowableAuthenticationTrustResolver extends org.springframework.security.authentication.AuthenticationTrustResolverImplFlowable Specific implementation ofAuthenticationTrustResolverthat returnsfalsewhen 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 Summary
Constructors Constructor Description FlowableAuthenticationTrustResolver()
-