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(boolean permanent)
Shutdown the Security Sync Services.
|
void |
initialize(SecuritySyncConfig securitySyncConfig,
org.odpi.openmetadata.repositoryservices.auditlog.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, org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLog auditLog)
public boolean disconnect(boolean permanent)
permanent - boolean flag indicating whether this server permanently shutting down or notCopyright © 2018–2019 ODPi. All rights reserved.