provisioner.openicf-scriptedsql.json revision e82e853c4e62751f0adbacd5deaef860ce9a55e0
{
"name" : "hrdb",
"connectorRef" : {
"connectorHostRef" : "#LOCAL",
"bundleName" : "org.forgerock.openicf.connectors.scriptedsql-connector",
"bundleVersion" : "1.1.0.1-SNAPSHOT",
"connectorName" : "org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConnector"
},
"producerBufferSize" : 100,
"connectorPoolingSupported" : true,
"poolConfigOption" : {
"maxObjects" : 10,
"maxIdle" : 10,
"maxWait" : 150000,
"minEvictableIdleTimeMillis" : 120000,
"minIdle" : 1
},
"operationTimeout" : {
"CREATE" : -1,
"TEST" : -1,
"AUTHENTICATE" : -1,
"SEARCH" : -1,
"VALIDATE" : -1,
"GET" : -1,
"UPDATE" : -1,
"DELETE" : -1,
"SCRIPT_ON_CONNECTOR" : -1,
"SCRIPT_ON_RESOURCE" : -1,
"SYNC" : -1,
"SCHEMA" : -1
},
"configurationProperties" : {
"host" : "localhost",
"port" : "3306",
"user" : "root",
"password" : "password",
"database" : "HRDB",
"autoCommit" : true,
"reloadScriptOnExecution" : false,
"jdbcDriver" : "com.mysql.jdbc.Driver",
"jdbcConnectionUrl" : "jdbc:mysql://localhost:3306/HRDB",
"jdbcUrlTemplate" : "jdbc:mysql://%h:%p/%d",
"createScriptFileName" : "/opt/openidm/samples/sample3/tools/CreateScript.groovy",
"testScriptFileName" : "/opt/openidm/samples/sample3/tools/TestScript.groovy",
"searchScriptFileName" : "/opt/openidm/samples/sample3/tools/SearchScript.groovy",
"deleteScriptFileName" : "/opt/openidm/samples/sample3/tools/DeleteScript.groovy",
"updateScriptFileName" : "/opt/openidm/samples/sample3/tools/UpdateScript.groovy",
"syncScriptFileName" : "/opt/openidm/samples/sample3/tools/SyncScript.groovy"
},
"objectTypes" : {
"group" : {
"$schema" : "http://json-schema.org/draft-03/schema",
"id" : "__GROUP__",
"type" : "object",
"nativeType" : "__GROUP__",
"properties" : {
"name" : {
"type" : "string",
"required" : true,
"nativeName" : "__NAME__",
"nativeType" : "string"
},
"gid" : {
"type" : "string",
"required" : true,
"nativeName" : "gid",
"nativeType" : "string"
},
"description" : {
"type" : "string",
"required" : false,
"nativeName" : "description",
"nativeType" : "string"
}
}
},
"organization" : {
"$schema" : "http://json-schema.org/draft-03/schema",
"id" : "organization",
"type" : "object",
"nativeType" : "organization",
"properties" : {
"name" : {
"type" : "string",
"required" : true,
"nativeName" : "__NAME__",
"nativeType" : "string"
},
"description" : {
"type" : "string",
"required" : false,
"nativeName" : "description",
"nativeType" : "string"
}
}
},
"account" : {
"$schema" : "http://json-schema.org/draft-03/schema",
"id" : "__ACCOUNT__",
"type" : "object",
"nativeType" : "__ACCOUNT__",
"properties" : {
"firstName" : {
"type" : "string",
"nativeName" : "firstname",
"nativeType" : "string",
"required" : true
},
"email" : {
"type" : "array",
"items" : {
"type" : "string",
"nativeType" : "string"
},
"nativeName" : "email",
"nativeType" : "string"
},
"password" : {
"type" : "string",
"nativeName" : "__PASSWORD__",
"nativeType" : "JAVA_TYPE_GUARDEDSTRING",
"flags" : [ "NOT_READABLE", "NOT_RETURNED_BY_DEFAULT" ]
},
"uid" : {
"type" : "string",
"nativeName" : "__NAME__",
"required" : true,
"nativeType" : "string"
},
"fullName" : {
"type" : "string",
"nativeName" : "fullname",
"nativeType" : "string"
},
"lastName" : {
"type" : "string",
"required" : true,
"nativeName" : "lastname",
"nativeType" : "string"
},
"organization" : {
"type" : "string",
"required" : true,
"nativeName" : "organization",
"nativeType" : "string"
}
}
}
},
"operationOptions" : {
}
}