public interface CasWebflowEventResolver
CasWebflowEventResolver
that decides the next event in the authentication web flow.Modifier and Type | Method and Description |
---|---|
default java.lang.String |
getName()
Define the name of this even resolver.
|
java.util.Set<org.springframework.webflow.execution.Event> |
resolve(org.springframework.webflow.execution.RequestContext context)
Resolve event.
|
java.util.Set<org.springframework.webflow.execution.Event> |
resolveInternal(org.springframework.webflow.execution.RequestContext context)
Resolve internal event.
|
org.springframework.webflow.execution.Event |
resolveSingle(org.springframework.webflow.execution.RequestContext context)
Resolve single event.
|
java.util.Set<org.springframework.webflow.execution.Event> resolve(org.springframework.webflow.execution.RequestContext context)
context
- the contextorg.springframework.webflow.execution.Event resolveSingle(org.springframework.webflow.execution.RequestContext context)
context
- the contextdefault java.lang.String getName()
java.util.Set<org.springframework.webflow.execution.Event> resolveInternal(org.springframework.webflow.execution.RequestContext context)
context
- the context