public abstract class AbstractKeyStoreParametersFactoryBean extends AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.KeyStoreParameters>
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
provider |
protected String |
resource |
protected String |
type |
| Constructor and Description |
|---|
AbstractKeyStoreParametersFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.support.jsse.KeyStoreParameters |
createInstance() |
org.apache.camel.support.jsse.KeyStoreParameters |
getObject() |
Class<? extends org.apache.camel.support.jsse.KeyStoreParameters> |
getObjectType() |
String |
getPassword() |
String |
getProvider() |
String |
getResource() |
String |
getType() |
void |
setPassword(String value) |
void |
setProvider(String value) |
void |
setResource(String value) |
void |
setType(String value) |
isSingletonafterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, setCamelContext, setCamelContextId, setCustomId@Metadata(description="The optional type of the key store to load. See Appendix A in the Java Cryptography Architecture Standard Algorithm Name Documentation for more information on standard names.") protected String type
@Metadata(description="The optional password for reading/opening/verifying the key store") protected String password
@Metadata(description="The optional provider identifier for instantiating the key store") protected String provider
@Metadata(description="The optional file path, class path resource, or URL of the resource used to load the key store") protected String resource
public AbstractKeyStoreParametersFactoryBean()
public String getType()
public void setType(String value)
public String getPassword()
public void setPassword(String value)
public String getProvider()
public void setProvider(String value)
public String getResource()
public void setResource(String value)
public org.apache.camel.support.jsse.KeyStoreParameters getObject()
throws Exception
getObject in class AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.KeyStoreParameters>Exceptionprotected org.apache.camel.support.jsse.KeyStoreParameters createInstance()
public Class<? extends org.apache.camel.support.jsse.KeyStoreParameters> getObjectType()
getObjectType in class AbstractJsseUtilFactoryBean<org.apache.camel.support.jsse.KeyStoreParameters>Apache Camel