org.apache.camel.spring.xml.keyStoreParameters.json Maven / Gradle / Ivy
{
"model": {
"kind": "model",
"name": "keyStoreParameters",
"title": "Key Store Parameters",
"description": "Key store facility for cryptographic keys and certificates",
"deprecated": false,
"label": "security,configuration",
"javaType": "org.apache.camel.spring.xml.KeyStoreParametersFactoryBean",
"abstract": false,
"input": false,
"output": false
},
"properties": {
"type": { "index": 0, "kind": "attribute", "displayName": "Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "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." },
"password": { "index": 1, "kind": "attribute", "displayName": "Password", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The optional password for reading\/opening\/verifying the key store" },
"provider": { "index": 2, "kind": "attribute", "displayName": "Provider", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The optional provider identifier for instantiating the key store" },
"resource": { "index": 3, "kind": "attribute", "displayName": "Resource", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The optional file path, class path resource, or URL of the resource used to load the key store" },
"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