provisioner.openicf-groovy.json revision 102cd62c1b6b55d0dee627930d058a8cc36e2b4f
809N/A{
809N/A "name": "groovy",
809N/A "connectorRef": {
809N/A "bundleName": "org.forgerock.openicf.connectors.groovy-connector",
809N/A "bundleVersion": "[1.4.0.0,2.0.0.0)",
809N/A "connectorName": "org.forgerock.openicf.connectors.groovy.ScriptedConnector"
809N/A },
809N/A "poolConfigOption": {
809N/A },
809N/A "operationTimeout": {
809N/A "CREATE": -1,
809N/A "TEST": -1,
809N/A "AUTHENTICATE": -1,
809N/A "SEARCH": -1,
809N/A "VALIDATE": -1,
809N/A "GET": -1,
809N/A "UPDATE": -1,
809N/A "DELETE": -1,
809N/A "SCRIPT_ON_CONNECTOR": -1,
809N/A "SCRIPT_ON_RESOURCE": -1,
809N/A "SYNC": -1,
809N/A "SCHEMA": -1
809N/A },
809N/A "resultsHandlerConfig": {
809N/A "enableNormalizingResultsHandler": false,
809N/A "enableFilteredResultsHandler": false,
809N/A "enableCaseInsensitiveFilter": false,
809N/A "enableAttributesToGetSearchResultsHandler": true
809N/A },
809N/A "configurationProperties": {
809N/A "classpath": ["&{launcher.working.location}samples/groovy-connector-1.4.1.0-RC1/groovy/"],
809N/A "authenticateScriptFileName": "AuthenticateScript.groovy",
809N/A "createScriptFileName": "CreateScript.groovy",
809N/A "deleteScriptFileName": "DeleteScript.groovy",
809N/A "resolveUsernameScriptFileName": "ResolveUsernameScript.groovy",
809N/A "schemaScriptFileName": "SchemaScript.groovy",
809N/A "scriptOnResourceScriptFileName": "ScriptOnResourceScript.groovy",
809N/A "searchScriptFileName": "SearchScript.groovy",
809N/A "syncScriptFileName": "SyncScript.groovy",
809N/A "testScriptFileName": null,
809N/A "updateScriptFileName": "UpdateScript.groovy"
809N/A },
809N/A "objectTypes": {
809N/A "all": {
809N/A "$schema": "http://json-schema.org/draft-03/schema",
809N/A "id": "__ALL__",
809N/A "type": "object",
809N/A "nativeType": "__ALL__"
809N/A },
809N/A "group": {
809N/A "$schema": "http://json-schema.org/draft-03/schema",
809N/A "id": "__GROUP__",
809N/A "type": "object",
809N/A "nativeType": "__GROUP__",
809N/A "properties": {
809N/A "__DESCRIPTION__": {
809N/A "type": "string",
809N/A "nativeName": "__DESCRIPTION__",
809N/A "nativeType": "string"
809N/A },
809N/A "__NAME__": {
809N/A "type": "string",
809N/A "required": true,
809N/A "nativeName": "__NAME__",
809N/A "nativeType": "string"
809N/A }
809N/A }
809N/A },
809N/A "account": {
809N/A "$schema": "http://json-schema.org/draft-03/schema",
809N/A "id": "__ACCOUNT__",
809N/A "type": "object",
809N/A "nativeType": "__ACCOUNT__",
809N/A "properties": {
809N/A "lastModified": {
809N/A "type": "string",
809N/A "nativeName": "lastModified",
809N/A "nativeType": "string",
809N/A "flags": ["NOT_CREATABLE", "NOT_UPDATEABLE", "NOT_RETURNED_BY_DEFAULT"]
809N/A },
809N/A "__DESCRIPTION__": {
809N/A "type": "string",
809N/A "nativeName": "__DESCRIPTION__",
809N/A "nativeType": "string"
809N/A },
809N/A "createDate": {
809N/A "type": "string",
809N/A "nativeName": "createDate",
809N/A "nativeType": "string",
809N/A "flags": ["NOT_CREATABLE", "NOT_UPDATEABLE"]
809N/A },
809N/A "sureName": {
809N/A "type": "string",
809N/A "nativeName": "sureName",
809N/A "nativeType": "string"
809N/A },
809N/A "__CURRENT_PASSWORD__": {
809N/A "type": "string",
809N/A "nativeName": "__CURRENT_PASSWORD__",
809N/A "nativeType": "JAVA_TYPE_GUARDEDSTRING",
809N/A "flags": ["NOT_READABLE", "NOT_RETURNED_BY_DEFAULT"]
809N/A },
809N/A "__NAME__": {
809N/A "type": "string",
809N/A "required": true,
809N/A "nativeName": "__NAME__",
809N/A "nativeType": "string"
809N/A },
809N/A "userName": {
809N/A "type": "string",
809N/A "required": true,
809N/A "nativeName": "userName",
809N/A "nativeType": "string"
809N/A },
809N/A "email": {
809N/A "type": "array",
809N/A "items": {
809N/A "type": "string",
809N/A "nativeType": "string"
809N/A },
809N/A "required": true,
809N/A "nativeName": "email",
809N/A "nativeType": "string"
809N/A },
809N/A "groups": {
809N/A "type": "array",
809N/A "items": {
809N/A "type": "string",
809N/A "nativeType": "string"
809N/A },
809N/A "nativeName": "groups",
809N/A "nativeType": "string"
809N/A },
809N/A "active": {
809N/A "type": "boolean",
809N/A "nativeName": "active",
809N/A "nativeType": "boolean"
},
"sortKey": {
"type": "integer",
"required": true,
"nativeName": "sortKey",
"nativeType": "integer"
}
}
},
"__TEST__": {
"$schema": "http://json-schema.org/draft-03/schema",
"id": "__TEST__",
"type": "object",
"nativeType": "__TEST__",
"properties": {
"attributebooleanMultivalue": {
"type": "array",
"items": {
"type": "boolean",
"nativeType": "JAVA_TYPE_PRIMITIVE_BOOLEAN"
},
"nativeName": "attributebooleanMultivalue",
"nativeType": "JAVA_TYPE_PRIMITIVE_BOOLEAN"
},
"attributeBooleanMultivalue": {
"type": "array",
"items": {
"type": "boolean",
"nativeType": "boolean"
},
"nativeName": "attributeBooleanMultivalue",
"nativeType": "boolean"
},
"attributeDoubleMultivalue": {
"type": "array",
"items": {
"type": "number",
"nativeType": "JAVA_TYPE_DOUBLE"
},
"nativeName": "attributeDoubleMultivalue",
"nativeType": "JAVA_TYPE_DOUBLE"
},
"attributeStringMultivalue": {
"type": "array",
"items": {
"type": "string",
"nativeType": "string"
},
"nativeName": "attributeStringMultivalue",
"nativeType": "string"
},
"attributedoubleMultivalue": {
"type": "array",
"items": {
"type": "number",
"nativeType": "JAVA_TYPE_PRIMITIVE_DOUBLE"
},
"nativeName": "attributedoubleMultivalue",
"nativeType": "JAVA_TYPE_PRIMITIVE_DOUBLE"
},
"attributeBigIntegerMultivalue": {
"type": "array",
"items": {
"type": "number",
"nativeType": "JAVA_TYPE_BIGINTEGER"
},
"nativeName": "attributeBigIntegerMultivalue",
"nativeType": "JAVA_TYPE_BIGINTEGER"
},
"attributeBigDecimal": {
"type": "number",
"nativeName": "attributeBigDecimal",
"nativeType": "JAVA_TYPE_BIGDECIMAL"
},
"attributeint": {
"type": "integer",
"nativeName": "attributeint",
"nativeType": "JAVA_TYPE_INT"
},
"attributeIntegerMultivalue": {
"type": "array",
"items": {
"type": "integer",
"nativeType": "integer"
},
"nativeName": "attributeIntegerMultivalue",
"nativeType": "integer"
},
"attributeByteMultivalue": {
"type": "array",
"items": {
"type": "string"
},
"nativeName": "attributeByteMultivalue",
"nativeType": "JAVA_TYPE_BYTE"
},
"attribute": {
"type": "string",
"nativeName": "attribute",
"nativeType": null
},
"attributecharMultivalue": {
"type": "array",
"items": {
"type": "string",
"nativeType": "JAVA_TYPE_CHAR"
},
"nativeName": "attributecharMultivalue",
"nativeType": "JAVA_TYPE_CHAR"
},
"attributeLongMultivalue": {
"type": "array",
"items": {
"type": "number",
"nativeType": "JAVA_TYPE_LONG"
},
"nativeName": "attributeLongMultivalue",
"nativeType": "JAVA_TYPE_LONG"
},
"attributelongMultivalue": {
"type": "array",
"items": {
"type": "number",
"nativeType": "JAVA_TYPE_PRIMITIVE_LONG"
},
"nativeName": "attributelongMultivalue",
"nativeType": "JAVA_TYPE_PRIMITIVE_LONG"
},
"attributeMapMultivalue": {
"type": "array",
"items": {
"type": "object",
"nativeType": "object"
},
"nativeName": "attributeMapMultivalue",
"nativeType": "object"
},
"attributeInteger": {
"type": "integer",
"nativeName": "attributeInteger",
"nativeType": "integer"
},
"attributeboolean": {
"type": "boolean",
"nativeName": "attributeboolean",
"nativeType": "JAVA_TYPE_PRIMITIVE_BOOLEAN"
},
"attributeBoolean": {
"type": "boolean",
"nativeName": "attributeBoolean",
"nativeType": "boolean"
},
"attributeFloatMultivalue": {
"type": "array",
"items": {
"type": "number",
"nativeType": "JAVA_TYPE_FLOAT"
},
"nativeName": "attributeFloatMultivalue",
"nativeType": "JAVA_TYPE_FLOAT"
},
"attributeBigDecimalMultivalue": {
"type": "array",
"items": {
"type": "number",
"nativeType": "JAVA_TYPE_BIGDECIMAL"
},
"nativeName": "attributeBigDecimalMultivalue",
"nativeType": "JAVA_TYPE_BIGDECIMAL"
},
"attributefloatMultivalue": {
"type": "array",
"items": {
"type": "number",
"nativeType": "JAVA_TYPE_PRIMITIVE_FLOAT"
},
"nativeName": "attributefloatMultivalue",
"nativeType": "JAVA_TYPE_PRIMITIVE_FLOAT"
},
"attributefloat": {
"type": "number",
"nativeName": "attributefloat",
"nativeType": "JAVA_TYPE_PRIMITIVE_FLOAT"
},
"attributeFloat": {
"type": "number",
"nativeName": "attributeFloat",
"nativeType": "JAVA_TYPE_FLOAT"
},
"attributeGuardedString": {
"type": "string",
"nativeName": "attributeGuardedString",
"nativeType": "JAVA_TYPE_GUARDEDSTRING"
},
"attributeMap": {
"type": "object",
"nativeName": "attributeMap",
"nativeType": "object"
},
"attributeGuardedByteArrayMultivalue": {
"type": "array",
"items": {
"type": "string",
"nativeType": "JAVA_TYPE_GUARDEDBYTEARRAY"
},
"nativeName": "attributeGuardedByteArrayMultivalue",
"nativeType": "JAVA_TYPE_GUARDEDBYTEARRAY"
},
"attributeLong": {
"type": "number",
"nativeName": "attributeLong",
"nativeType": "JAVA_TYPE_LONG"
},
"attributelong": {
"type": "number",
"nativeName": "attributelong",
"nativeType": "JAVA_TYPE_PRIMITIVE_LONG"
},
"attributeCharacter": {
"type": "string",
"nativeName": "attributeCharacter",
"nativeType": "JAVA_TYPE_CHARACTER"
},
"attributeCharacterMultivalue": {
"type": "array",
"items": {
"type": "string",
"nativeType": "JAVA_TYPE_CHARACTER"
},
"nativeName": "attributeCharacterMultivalue",
"nativeType": "JAVA_TYPE_CHARACTER"
},
"attributeGuardedByteArray": {
"type": "string",
"nativeName": "attributeGuardedByteArray",
"nativeType": "JAVA_TYPE_GUARDEDBYTEARRAY"
},
"attributeBigInteger": {
"type": "number",
"nativeName": "attributeBigInteger",
"nativeType": "JAVA_TYPE_BIGINTEGER"
},
"attributechar": {
"type": "string",
"nativeName": "attributechar",
"nativeType": "JAVA_TYPE_CHAR"
},
"attributeByteArrayMultivalue": {
"type": "array",
"items": {
"type": "string",
"nativeType": "JAVA_TYPE_BYTE_ARRAY"
},
"nativeName": "attributeByteArrayMultivalue",
"nativeType": "JAVA_TYPE_BYTE_ARRAY"
},
"attributeByte": {
"type": "number",
"nativeName": "attributeByte",
"nativeType": "JAVA_TYPE_BYTE"
},
"attributedouble": {
"type": "number",
"nativeName": "attributedouble",
"nativeType": "JAVA_TYPE_PRIMITIVE_DOUBLE"
},
"attributeDouble": {
"type": "number",
"nativeName": "attributeDouble",
"nativeType": "JAVA_TYPE_DOUBLE"
},
"attributeGuardedStringMultivalue": {
"type": "array",
"items": {
"type": "string",
"nativeType": "JAVA_TYPE_GUARDEDSTRING"
},
"nativeName": "attributeGuardedStringMultivalue",
"nativeType": "JAVA_TYPE_GUARDEDSTRING"
},
"__NAME__": {
"type": "string",
"required": true,
"nativeName": "__NAME__",
"nativeType": "string"
},
"attributeString": {
"type": "string",
"nativeName": "attributeString",
"nativeType": "string"
},
"attributeByteMultivalued": {
"type": "array",
"items": {
"type": "number"
},
"nativeName": "attributeByteMultivalued",
"nativeType": "JAVA_TYPE_BYTE"
},
"attributeByteArray": {
"type": "array",
"nativeName": "attributeByteArray",
"nativeType": "JAVA_TYPE_BYTE_ARRAY"
},
"attributeintMultivalue": {
"type": "array",
"items": {
"type": "integer",
"nativeType": "JAVA_TYPE_INT"
},
"nativeName": "attributeintMultivalue",
"nativeType": "JAVA_TYPE_INT"
}
}
}
},
"operationOptions" : { }
}