mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
APPSREPO-752 added identityServiceConfig obj into sync service model (#38)
This commit is contained in:
@@ -63,6 +63,8 @@ public class RestSyncServiceConfigModel extends TestModel
|
|||||||
@JsonProperty(required = true)
|
@JsonProperty(required = true)
|
||||||
private RestSyncServiceRepoInfoModel repoInfo;
|
private RestSyncServiceRepoInfoModel repoInfo;
|
||||||
|
|
||||||
|
private RestIdentityServiceConfigurationModel identityServiceConfig;
|
||||||
|
|
||||||
public String getDsyncClientVersionMin()
|
public String getDsyncClientVersionMin()
|
||||||
{
|
{
|
||||||
return dsyncClientVersionMin;
|
return dsyncClientVersionMin;
|
||||||
@@ -78,4 +80,7 @@ public class RestSyncServiceConfigModel extends TestModel
|
|||||||
return repoInfo;
|
return repoInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public RestIdentityServiceConfigurationModel getIdentityServiceConfig() {
|
||||||
|
return identityServiceConfig;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user