Package de.fraunhofer.iese.mydata.pip
Class PolicyInformationPointConfiguration
- java.lang.Object
-
- de.fraunhofer.iese.mydata.pip.PolicyInformationPointConfiguration
-
@Configuration @ComponentScan(basePackageClasses=PolicyInformationPointConfiguration.class) public class PolicyInformationPointConfiguration extends Object
Configuration for automatic registration of PipService at PMP.
-
-
Constructor Summary
Constructors Constructor Description PolicyInformationPointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentServicePostProcessor
componentServicePostProcessor(de.fraunhofer.iese.mydata.IMyDataEnvironment myDataEnvironment, MyDataConfigurationProperties properties, javax.servlet.ServletContext servletContext, RestExposeHelper restExposeHelper)
* returns spring component of ComponentServicePostProcessor to be used to discover and registerPipService
.
-
-
-
Method Detail
-
componentServicePostProcessor
@Bean(name="pipPostProcessor") public ComponentServicePostProcessor componentServicePostProcessor(de.fraunhofer.iese.mydata.IMyDataEnvironment myDataEnvironment, MyDataConfigurationProperties properties, @Nullable javax.servlet.ServletContext servletContext, @Nullable RestExposeHelper restExposeHelper)
* returns spring component of ComponentServicePostProcessor to be used to discover and registerPipService
.- Parameters:
myDataEnvironment
-properties
-servletContext
-restExposeHelper
-- Returns:
- ComponentServicePostProcessor for ComponentType.PIP
-
-