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 Details
-
WebFlowApplicationContextLookupStrategy
private WebFlowApplicationContextLookupStrategy()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,
ReloadableService<?>>
-