Package net.shibboleth.idp.profile.impl
Class ReloadServiceConfiguration.WebFlowApplicationContextLookupStrategy
- java.lang.Object
-
- net.shibboleth.idp.profile.impl.ReloadServiceConfiguration.WebFlowApplicationContextLookupStrategy
-
- All Implemented Interfaces:
Function<ProfileRequestContext,ReloadableService<?>>
- Enclosing class:
- ReloadServiceConfiguration
private class ReloadServiceConfiguration.WebFlowApplicationContextLookupStrategy extends Object implements Function<ProfileRequestContext,ReloadableService<?>>
Default strategy locates a bean identified with a flow-scope parameter in the web flow application context.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateWebFlowApplicationContextLookupStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReloadableService<?>apply(ProfileRequestContext input)
-
-
-
Method Detail
-
apply
@Nullable public ReloadableService<?> apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,ReloadableService<?>>
-
-