Package org.apereo.cas.pac4j.client
Interface DelegatedClientAuthenticationFailureEvaluator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 6.6.0
-
Field Summary
Fields -
Method Summary
-
Field Details
-
BEAN_NAME
Default implementation bean name.- See Also:
-
-
Method Details
-
evaluate
Optional<org.springframework.web.servlet.ModelAndView> evaluate(jakarta.servlet.http.HttpServletRequest request, int status) Evaluate failure.- Parameters:
request- the requeststatus- the status- Returns:
- the optional
-