Module net.shibboleth.ext.spring
Class ApplicationContextServiceStrategy
- java.lang.Object
-
- net.shibboleth.ext.spring.service.ApplicationContextServiceStrategy
-
- All Implemented Interfaces:
Function<ApplicationContext,ServiceableComponent<ApplicationContext>>
public class ApplicationContextServiceStrategy extends Object implements Function<ApplicationContext,ServiceableComponent<ApplicationContext>>
Strategy for summoning up anApplicationContextServiceableComponentwrapper around a populatedApplicationContext.- Since:
- 5.4.0
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogLogger.
-
Constructor Summary
Constructors Constructor Description ApplicationContextServiceStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceableComponent<ApplicationContext>apply(ApplicationContext appContext)
-
-
-
Method Detail
-
apply
@Nullable public ServiceableComponent<ApplicationContext> apply(@Nullable ApplicationContext appContext)
- Specified by:
applyin interfaceFunction<ApplicationContext,ServiceableComponent<ApplicationContext>>
-
-