META-INF.org.apache.camel.spring.xml.secureRandomParameters.json Maven / Gradle / Ivy
{
"model": {
"kind": "model",
"name": "secureRandomParameters",
"title": "Secure Random Parameters",
"description": "Cryptographically strong random number generator",
"deprecated": false,
"label": "security,configuration",
"javaType": "org.apache.camel.spring.xml.SecureRandomParametersFactoryBean",
"abstract": false,
"input": false,
"output": false
},
"properties": {
"id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" },
"algorithm": { "index": 1, "kind": "attribute", "displayName": "Algorithm", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The Random Number Generator algorithm identifier for the SecureRandom factory method used to create the SecureRandom represented by this object's configuration. See Appendix A in the Java Cryptography Architecture API Specification and Reference guide for information about standard RNG algorithm names." },
"provider": { "index": 2, "kind": "attribute", "displayName": "Provider", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The optional provider identifier for the SecureRandom factory method used to create the SecureRandom represented by this object's configuration." },
"camelContextId": { "index": 3, "kind": "attribute", "displayName": "Camel Context Id", "group": "common", "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" }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy