public class SecuritySyncConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
SecuritySyncConfig()
Default constructor
|
SecuritySyncConfig(SecuritySyncConfig template)
Set up the default values for security sync
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getAccessServiceRootURL()
Return the URL for the Governance Engine Server used in the Governance Server Connector
|
String |
getAccessServiceServerName()
Return the name of the server where Governance Engine OMAS is running
|
Long |
getPollingInterval() |
String |
getSecurityServerURL()
Return the URL for the Security Server used in the Governance Server Connector
|
String |
getSecuritySyncAccessResourceServiceName()
Return the Access Resource Service Named used in the Governance Services Connector to synchronize the access resource policies.
|
Connection |
getSecuritySyncInTopic()
Return the OCF Connection for the In Topic used to pass requests to this Security Sync.
|
String |
getSecuritySyncInTopicName()
Return the Input Topic Name for Security Sync
|
Connection |
getSecuritySyncOutTopic()
Return the OCF Connection for the topic used to pass requests to Security Sync.
|
String |
getSecuritySyncOutTopicName()
Return the Security Sync Out Topic Name
|
String |
getSecuritySyncServerAuthorization()
Return the authorization needed in the Governance Services Connector
|
Connection |
getSecuritySyncServerConnection()
Return the OCF Connection for the Security Server used to push the Security Tags.
|
String |
getSecuritySyncServerType()
Return the server type in order to identify the Governance Connector.
|
String |
getSecuritySyncTagServiceName()
Return the Tag Service Named used in the Governance Services Connector to synchronize the governed classifications.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setAccessServiceRootURL(String accessServiceRootURL)
Set up the URL for the Governance Engine Server used in the Governance Server Connector.
|
void |
setAccessServiceServerName(String accessServiceServerName)
Set up the name of the server where Governance Engine OMAS is running
|
void |
setPollingInterval(Long pollingInterval)
Set up the polling interval in milli seconds
|
void |
setSecurityServerURL(String securityServerURL)
Set up the URL for the Security Server used in the Governance Server Connector.
|
void |
setSecuritySyncAccessResourceServiceName(String securitySyncAccessResourceServiceName)
Set up the Access Resource Service Named used in the Governance Services Connector to synchronize the access resource policies.
|
void |
setSecuritySyncInTopic(Connection securitySyncInTopic)
Set up the OCF Connection for the Out Topic used to pass requests to this Security Sync.
|
void |
setSecuritySyncInTopicName(String securitySyncInTopicName)
Set up the Security Sync In Topic Name
|
void |
setSecuritySyncOutTopic(Connection securitySyncOutTopic)
Set up the OCF Connection for the Out Topic used to pass requests to this Security Sync.
|
void |
setSecuritySyncOutTopicName(String securitySyncOutTopicName)
Set up the Security Sync Out Name
|
void |
setSecuritySyncServerAuthorization(String securitySyncServerAuthorization)
Set up the authorization needed in the Governance Services Connector.
|
void |
setSecuritySyncServerConnection(Connection securitySyncServerConnection)
Set up the OCF Connection for the Security Server used to pass requests to this Security Sync.
|
void |
setSecuritySyncServerType(String securitySyncServerType)
Set up the server type in order to identify the Governance Connector.
|
void |
setSecuritySyncTagServiceName(String securitySyncTagServiceName)
Set up the Tag Service Named used in the Governance Services Connector to synchronize the governed classifications.
|
String |
toString() |
public SecuritySyncConfig()
public SecuritySyncConfig(SecuritySyncConfig template)
template - fixed properties about security syncpublic String getSecurityServerURL()
public void setSecurityServerURL(String securityServerURL)
securityServerURL - String for Governance Server URLpublic String getAccessServiceRootURL()
public void setAccessServiceRootURL(String accessServiceRootURL)
accessServiceRootURL - String for Governance Server URLpublic String getAccessServiceServerName()
public void setAccessServiceServerName(String accessServiceServerName)
accessServiceServerName - string namepublic String getSecuritySyncServerType()
public void setSecuritySyncServerType(String securitySyncServerType)
securitySyncServerType - Stringpublic String getSecuritySyncServerAuthorization()
public void setSecuritySyncServerAuthorization(String securitySyncServerAuthorization)
securitySyncServerAuthorization - String with basic authorization headerpublic String getSecuritySyncTagServiceName()
public void setSecuritySyncTagServiceName(String securitySyncTagServiceName)
securitySyncTagServiceName - the name of the tag servicepublic String getSecuritySyncAccessResourceServiceName()
public void setSecuritySyncAccessResourceServiceName(String securitySyncAccessResourceServiceName)
securitySyncAccessResourceServiceName - string namepublic Long getPollingInterval()
public void setPollingInterval(Long pollingInterval)
pollingInterval - polling interval in milli secondspublic String getSecuritySyncInTopicName()
public void setSecuritySyncInTopicName(String securitySyncInTopicName)
securitySyncInTopicName - String Security Sync Namepublic Connection getSecuritySyncInTopic()
public void setSecuritySyncInTopic(Connection securitySyncInTopic)
securitySyncInTopic - Connection for In Topicpublic String getSecuritySyncOutTopicName()
public void setSecuritySyncOutTopicName(String securitySyncOutTopicName)
securitySyncOutTopicName - String Security Out Topic Namepublic Connection getSecuritySyncOutTopic()
public void setSecuritySyncOutTopic(Connection securitySyncOutTopic)
securitySyncOutTopic - Connection for Out Topicpublic Connection getSecuritySyncServerConnection()
public void setSecuritySyncServerConnection(Connection securitySyncServerConnection)
securitySyncServerConnection - Connection for Security Serverpublic boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.