Class 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 of PreAuthenticateContentAndVerifyIntent annotation 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 Detail

      • IntentVerificationConfig

        public IntentVerificationConfig()
    • Method Detail

      • setEmbeddedValueResolver

        public void setEmbeddedValueResolver​(org.springframework.util.StringValueResolver resolver)
        Specified by:
        setEmbeddedValueResolver in interface org.springframework.context.EmbeddedValueResolverAware
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException