Class AbstractCasWebflowEventResolver
java.lang.Object
org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
- All Implemented Interfaces:
org.apereo.cas.util.NamedObject,CasWebflowEventResolver
- Direct Known Subclasses:
DefaultCasDelegatingWebflowEventResolver,ServiceTicketRequestWebflowEventResolver
public abstract class AbstractCasWebflowEventResolver
extends Object
implements CasWebflowEventResolver
This is
AbstractCasWebflowEventResolver that provides parent
operations for all child event resolvers to handle core webflow changes.- Since:
- 5.0.0
-
Method Summary
Modifier and TypeMethodDescriptionSet<org.springframework.webflow.execution.Event> resolve(org.springframework.webflow.execution.RequestContext context) Resolve event.org.springframework.webflow.execution.EventresolveSingle(org.springframework.webflow.execution.RequestContext context) Resolve single event.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.web.flow.resolver.CasWebflowEventResolver
resolveInternalMethods inherited from interface org.apereo.cas.util.NamedObject
getName
-
Method Details
-
resolve
public Set<org.springframework.webflow.execution.Event> resolve(org.springframework.webflow.execution.RequestContext context) throws Throwable Description copied from interface:CasWebflowEventResolverResolve event.- Specified by:
resolvein interfaceCasWebflowEventResolver- Parameters:
context- the context- Returns:
- the event
- Throws:
Throwable- the throwable
-
resolveSingle
public org.springframework.webflow.execution.Event resolveSingle(org.springframework.webflow.execution.RequestContext context) throws Throwable Description copied from interface:CasWebflowEventResolverResolve single event.- Specified by:
resolveSinglein interfaceCasWebflowEventResolver- Parameters:
context- the context- Returns:
- the event
- Throws:
Throwable- the throwable
-
getConfigurationContext
-