All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.spring.xml.sslContextParameters.json Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
{
  "model": {
    "kind": "model",
    "name": "sslContextParameters",
    "title": "Ssl Context Parameters",
    "description": "Secure socket protocol configuration",
    "deprecated": false,
    "label": "security,configuration",
    "javaType": "org.apache.camel.spring.xml.SSLContextParametersFactoryBean",
    "abstract": false,
    "input": false,
    "output": false
  },
  "properties": {
    "provider": { "index": 0, "kind": "attribute", "displayName": "Provider", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The optional provider identifier for the JSSE implementation to use when constructing an SSLContext." },
    "secureSocketProtocol": { "index": 1, "kind": "attribute", "displayName": "Secure Socket Protocol", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The optional protocol for the secure sockets created by the SSLContext represented by this instance's configuration. See Appendix A in the Java Secure Socket Extension Reference Guide for information about standard protocol names." },
    "certAlias": { "index": 2, "kind": "attribute", "displayName": "Cert Alias", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "An optional certificate alias to use. This is useful when the keystore has multiple certificates." },
    "sessionTimeout": { "index": 3, "kind": "attribute", "displayName": "Session Timeout", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The optional SSLSessionContext timeout time for javax.net.ssl.SSLSession in seconds." },
    "camelContextId": { "index": 4, "kind": "attribute", "displayName": "Camel Context Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Id of CamelContext to use if there are multiple CamelContexts in the same JVM" },
    "id": { "index": 5, "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy