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 |
getGovernanceEngineServerURL()
Return the URL for the Governance Engine Server used in the Governance Server Connector
|
String |
getSecurityServerAuthorization()
Return the authorization needed in the Governance Services Connector
|
String |
getSecurityServerType()
Return the server type in order to identify the Governance Connector.
|
String |
getSecurityServerURL()
Return the URL for the Security Server used in the Governance Server Connector
|
String |
getSecuritySyncDescription()
Return the short description of the Security Sync Component.
|
int |
getSecuritySyncId()
Return the code number (ordinal) for this Security Sync
|
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
|
String |
getSecuritySyncName()
Return the name of the Security Sync Connector
|
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 |
getSecuritySyncWiki()
Return the wiki page link for the Security Sync.
|
String |
getTagServiceName()
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 |
setGovernanceEngineServerURL(String governanceEngineServerURL)
Set up the URL for the Governance Engine Server used in the Governance Server Connector.
|
void |
setSecurityServerAuthorization(String securityServerAuthorization)
Set up the authorization needed in the Governance Services Connector.
|
void |
setSecurityServerType(String securityServerType)
Set up the server type in order to identify the Governance Connector.
|
void |
setSecurityServerURL(String securityServerURL)
Set up the URL for the Security Server used in the Governance Server Connector.
|
void |
setSecuritySyncDescription(String securitySyncDescription)
Set up the short description of the Security Sync.
|
void |
setSecuritySyncId(int securitySyncId)
Set up the code number (ordinal) for the Security Sync
|
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 |
setSecuritySyncName(String securitySyncName)
Set up the name of the Security Sync Connector
|
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 |
setSecuritySyncWiki(String securitySyncWiki)
Set up the wiki page link for the Security Sync.
|
void |
setTagServiceName(String tagServiceName)
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 int getSecuritySyncId()
public void setSecuritySyncId(int securitySyncId)
securitySyncId - int ordinalpublic String getSecuritySyncName()
public void setSecuritySyncName(String securitySyncName)
securitySyncName - connector namepublic String getSecuritySyncDescription()
public void setSecuritySyncDescription(String securitySyncDescription)
securitySyncDescription - String descriptionpublic String getSecuritySyncWiki()
public void setSecuritySyncWiki(String securitySyncWiki)
securitySyncWiki - String urlpublic String getSecurityServerURL()
public void setSecurityServerURL(String securityServerURL)
securityServerURL - String for Governance Server URLpublic String getGovernanceEngineServerURL()
public void setGovernanceEngineServerURL(String governanceEngineServerURL)
governanceEngineServerURL - String for Governance Server URLpublic String getSecurityServerType()
public void setSecurityServerType(String securityServerType)
securityServerType - Stringpublic String getSecurityServerAuthorization()
public void setSecurityServerAuthorization(String securityServerAuthorization)
securityServerAuthorization - String with basic authorization headerpublic String getTagServiceName()
public void setTagServiceName(String tagServiceName)
tagServiceName - the name of the tag servicepublic 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 boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.