Class ServiceTicketRequestWebflowEventResolver
java.lang.Object
org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
org.apereo.cas.web.flow.resolver.impl.ServiceTicketRequestWebflowEventResolver
- All Implemented Interfaces:
org.apereo.cas.util.NamedObject,CasWebflowEventResolver
This is
ServiceTicketRequestWebflowEventResolver
that creates the next event responding to requests that are service-ticket requests.- Since:
- 5.0.0
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionSet<org.springframework.webflow.execution.Event> resolveInternal(org.springframework.webflow.execution.RequestContext context) Resolve internal event.Methods inherited from class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
getConfigurationContext, resolve, resolveSingleMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.util.NamedObject
getName
-
Constructor Details
-
ServiceTicketRequestWebflowEventResolver
public ServiceTicketRequestWebflowEventResolver(CasWebflowEventResolutionConfigurationContext context)
-
-
Method Details
-
resolveInternal
public Set<org.springframework.webflow.execution.Event> resolveInternal(org.springframework.webflow.execution.RequestContext context) throws Throwable Description copied from interface:CasWebflowEventResolverResolve internal event.- Parameters:
context- the context- Returns:
- the event
- Throws:
Throwable- the throwable
-