Class GroovyCasWebflowAuthenticationExceptionHandler
- java.lang.Object
-
- org.apereo.cas.web.flow.authentication.GroovyCasWebflowAuthenticationExceptionHandler
-
- All Implemented Interfaces:
CasWebflowExceptionHandler<java.lang.Exception>,org.springframework.core.Ordered
public class GroovyCasWebflowAuthenticationExceptionHandler extends java.lang.Object implements CasWebflowExceptionHandler<java.lang.Exception>
- Since:
- 6.4.0
-
-
Field Summary
-
Fields inherited from interface org.apereo.cas.web.flow.authentication.CasWebflowExceptionHandler
UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description GroovyCasWebflowAuthenticationExceptionHandler(org.springframework.core.io.Resource groovyScript, org.springframework.context.ApplicationContext applicationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.Eventhandle(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)Handle event.booleansupports(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)Supports exception.
-
-
-
Method Detail
-
handle
public org.springframework.webflow.execution.Event handle(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)Description copied from interface:CasWebflowExceptionHandlerHandle event.- Specified by:
handlein interfaceCasWebflowExceptionHandler<java.lang.Exception>- Parameters:
exception- the exceptionrequestContext- the request context- Returns:
- the event
-
supports
public boolean supports(java.lang.Exception exception, org.springframework.webflow.execution.RequestContext requestContext)Description copied from interface:CasWebflowExceptionHandlerSupports exception.- Specified by:
supportsin interfaceCasWebflowExceptionHandler<java.lang.Exception>- Parameters:
exception- the exceptionrequestContext- the request context- Returns:
- true/false
-
-