Class KeyStoreParametersFactoryBean

  • All Implemented Interfaces:
    org.apache.camel.CamelContextAware, org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<org.apache.camel.support.jsse.KeyStoreParameters>, org.springframework.context.ApplicationContextAware

    @Metadata(label="security,configuration")
    public class KeyStoreParametersFactoryBean
    extends org.apache.camel.core.xml.util.jsse.AbstractKeyStoreParametersFactoryBean
    implements org.springframework.beans.factory.FactoryBean<org.apache.camel.support.jsse.KeyStoreParameters>, org.springframework.context.ApplicationContextAware
    Key store facility for cryptographic keys and certificates
    • Field Summary

      • Fields inherited from class org.apache.camel.core.xml.util.jsse.AbstractKeyStoreParametersFactoryBean

        password, provider, resource, type
      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.camel.CamelContext getCamelContextWithId​(String camelContextId)  
      void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)  
      • Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractKeyStoreParametersFactoryBean

        createInstance, getObject, getObjectType, getPassword, getProvider, getResource, getType, setPassword, setProvider, setResource, setType
      • Methods inherited from class org.apache.camel.core.xml.util.jsse.AbstractJsseUtilFactoryBean

        isSingleton
      • Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean

        afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, setCamelContext, setCamelContextId, setCustomId
      • Methods inherited from interface org.springframework.beans.factory.FactoryBean

        getObject, getObjectType, isSingleton
    • Method Detail

      • getCamelContextWithId

        protected org.apache.camel.CamelContext getCamelContextWithId​(String camelContextId)
        Specified by:
        getCamelContextWithId in class org.apache.camel.core.xml.AbstractCamelFactoryBean<org.apache.camel.support.jsse.KeyStoreParameters>
      • setApplicationContext

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