Class AdapterDeploymentContextFactoryBean

    • Constructor Detail

      • AdapterDeploymentContextFactoryBean

        public AdapterDeploymentContextFactoryBean​(org.springframework.core.io.Resource keycloakConfigFileResource)
      • AdapterDeploymentContextFactoryBean

        public AdapterDeploymentContextFactoryBean​(KeycloakConfigResolver keycloakConfigResolver)
    • Method Detail

      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<AdapterDeploymentContext>
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<AdapterDeploymentContext>
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception