Class IntentVerificationConfig
- java.lang.Object
-
- io.mosip.kernel.websub.api.config.IntentVerificationConfig
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.context.EmbeddedValueResolverAware
@Component public class IntentVerificationConfig extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.context.EmbeddedValueResolverAware
This class is resposible for loading all the metadata with help ofPreAuthenticateContentAndVerifyIntentannotation after application context is ready for handling get endpoint request sent by hub for intent verifications after subscribe and unsubscribe operation.- Author:
- Urvil Joshi
-
-
Constructor Summary
Constructors Constructor Description IntentVerificationConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)voidsetEmbeddedValueResolver(org.springframework.util.StringValueResolver resolver)
-
-
-
Method Detail
-
setEmbeddedValueResolver
public void setEmbeddedValueResolver(org.springframework.util.StringValueResolver resolver)
- Specified by:
setEmbeddedValueResolverin interfaceorg.springframework.context.EmbeddedValueResolverAware
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-