Class SpringEventToViewLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.context.navigate.SpringEventToViewLookupFunction
-
-
Constructor Summary
Constructors Constructor Description SpringEventToViewLookupFunction()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(Event input)voidsetDefaultView(String view)Set the default view name.voidsetEventMap(Map<String,String> map)Set the map of event IDs to view names.
-
-
-
Method Detail
-
setDefaultView
public void setDefaultView(@Nullable String view)Set the default view name.- Parameters:
view- default view name
-
setEventMap
public void setEventMap(@Nonnull @NonnullElements Map<String,String> map)Set the map of event IDs to view names.- Parameters:
map- map to use
-
-