Class SpringEventToViewLookupFunction
java.lang.Object
net.shibboleth.idp.profile.context.navigate.SpringEventToViewLookupFunction
A function that returns a view name to render based on a Spring Web Flow
Event
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDefaultView
(String view) Set the default view name.void
setEventMap
(Map<String, String> map) Set the map of event IDs to view names.
-
Field Details
-
defaultView
Default view name to return. -
eventMap
Map of event ID to view name.
-
-
Constructor Details
-
SpringEventToViewLookupFunction
public SpringEventToViewLookupFunction()Constructor.
-
-
Method Details