public class SecuritySyncOperationalServices extends Object
| Constructor and Description |
|---|
SecuritySyncOperationalServices(String localServerName,
String localServerType,
String localOrganizationName,
String localServerUserId,
String localServerURL,
int maxPageSize)
Constructor used at server startup.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
disconnect()
Shutdown the Security Sync Services.
|
void |
initialize(SecuritySyncConfig securitySyncConfig,
OMRSAuditLog auditLog) |
public SecuritySyncOperationalServices(String localServerName, String localServerType, String localOrganizationName, String localServerUserId, String localServerURL, int maxPageSize)
localServerName - name of the local serverlocalServerType - type of the local serverlocalOrganizationName - name of the organization that owns the local serverlocalServerUserId - user id for this server to use if processing inbound messages.localServerURL - URL root for this server.maxPageSize - maximum number of records that can be requested on the pageSize parameterpublic void initialize(SecuritySyncConfig securitySyncConfig, OMRSAuditLog auditLog) throws OMAGConfigurationErrorException
OMAGConfigurationErrorExceptionpublic boolean disconnect()
Copyright © 2018–2020 ODPi. All rights reserved.