repo.orientdb.json revision f142fac07cca146388280e986dc47f2776134621
0N/A{
643N/A "DEFAULT-dbUrl" : "local:./db/openidm",
0N/A "user" : "admin",
0N/A "poolMinSize" : 5,
0N/A "poolMaxSize" : 20,
0N/A "queries" : {
0N/A "for-credentials" : "select * FROM ${resource} WHERE userName = '${uid}'",
0N/A "check-userName-availability" : "select userName FROM ${_resource} WHERE userName = '${uid}'",
0N/A "get-security-question" : "select securityquestion FROM ${_resource} WHERE userName = '${uid}'",
0N/A "for-security-answer" : "select securityanswer FROM ${_resource} WHERE userName = '${uid}'",
0N/A "query-all-ids" : "select _openidm_id from ${_resource}",
0N/A "query-all" : "select ${fields} from ${_resource}",
0N/A "query-count-matching-username" : "select count(*) from ${_resource} where userName like '%${usernameToMatch}%' or firstname like '%${usernameToMatch}%' or lastname like '%${usernameToMatch}%'",
0N/A "query-matching-username" : "select ${fields} from ${_resource} where userName like '%${usernameToMatch}%' or firstname like '%${usernameToMatch}%' or lastname like '%${usernameToMatch}%' limit ${limit}",
0N/A "links-for-firstId" : "SELECT * FROM ${_resource} WHERE linkType = '${linkType}' AND firstId = '${firstId}'",
0N/A "links-for-secondId" : "SELECT * FROM ${_resource} WHERE linkType = '${linkType}' AND secondId = '${secondId}'",
0N/A "credential-query" : "SELECT * FROM ${_resource} WHERE userName = '${username}'",
0N/A "credential-internaluser-query" : "SELECT * FROM internal_user WHERE _openidm_id = ${username}",
0N/A "for-userName" : "SELECT * FROM ${_resource} WHERE userName = '${uid}'",
0N/A "set-newPassword-for-userName-and-security-answer" : "SELECT * FROM ${_resource} WHERE userName = '${username}'"
0N/A },
0N/A "dbStructure" : {
0N/A "orientdbClass" : {
0N/A "internal_user" : {
0N/A "index" : [
0N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A }
0N/A ]
0N/A },
0N/A "managed_user" : {
0N/A "index" : [
0N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A }
0N/A ]
0N/A },
0N/A "link" : {
0N/A "index" : [
0N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A },
0N/A {
0N/A "propertyName" : "linkType",
0N/A "propertyType" : "string",
669N/A "indexType" : "notunique"
675N/A },
0N/A {
0N/A "propertyName" : "firstId",
0N/A "propertyType" : "string",
0N/A "indexType" : "notunique"
0N/A },
0N/A {
0N/A "propertyName" : "secondId",
0N/A "propertyType" : "string",
0N/A "indexType" : "notunique"
17N/A },
0N/A {
0N/A "propertyName" : "reconId",
0N/A "propertyType" : "string",
17N/A "indexType" : "notunique"
0N/A }
17N/A ]
0N/A },
17N/A "synchronisation_pooledSyncStage" : {
0N/A "index" : [
17N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A },
0N/A {
0N/A "propertyName" : "sourceId",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A },
0N/A {
0N/A "propertyName" : "targetId",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A },
0N/A {
0N/A "propertyName" : "reconId",
0N/A "propertyType" : "string",
0N/A "indexType" : "notunique"
0N/A }
0N/A ]
0N/A },
0N/A "config" : {
0N/A "index" : [
0N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
18N/A }
0N/A ]
0N/A },
0N/A "scheduler" : {
18N/A "index" : [
0N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A }
0N/A ]
0N/A },
0N/A "scheduler_triggers" : {
0N/A "index" : [
0N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A }
0N/A ]
0N/A },
0N/A "scheduler_jobs" : {
0N/A "index" : [
0N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A }
0N/A ]
0N/A },
0N/A "scheduler_calendars" : {
0N/A "index" : [
0N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A }
0N/A ]
0N/A },
0N/A "scheduler_jobGroups" : {
0N/A "index" : [
0N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A }
0N/A ]
0N/A },
0N/A "scheduler_triggerGroups" : {
0N/A "index" : [
0N/A {
0N/A "propertyName" : "_openidm_id",
0N/A "propertyType" : "string",
0N/A "indexType" : "unique"
0N/A }
0N/A ]
0N/A }
0N/A }
0N/A },
0N/A "embeddedServer" : {
0N/A "enabled" : true
0N/A }
0N/A}
0N/A