Class SecurityOfficerConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.SecurityOfficerConfig
- All Implemented Interfaces:
Serializable
SecurityOfficerConfig provides the properties for the deprecated security-officer-services. This function
is replaced by the new services in the Engine Host OMAG Server and Integration Daemon OMAG Server.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanValidate that an object is equal depending on their stored values.Return the URL for the Security Officer OMAS connectedReturn the name of the server where Security Officer OMAS is runningorg.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectionReturn the OCF Connection for the In Topic used to pass requests to this Security Officer.Return the Input Topic Name for Security Officer Serverorg.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectionReturn the OCF Connection for the topic used to pass requests to Security Officer.Return the Security Officer Out Topic NameinthashCode()Return a hash code based on the values of this object.voidsetAccessServiceRootURL(String accessServiceRootURL) Set up the URL for the Security Officer OMAS connectedvoidsetAccessServiceServerName(String accessServiceServerName) Set up the name of the server where the instance of the Security Officer OMAS is runningvoidsetSecurityOfficerServerInTopic(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection securityOfficerServerInTopic) Set up the OCF Connection for the Out Topic used to pass requests to this Security Officer.voidsetSecurityOfficerServerInTopicName(String securityOfficerServerInTopicName) Set up the Security Officer Server In Topic NamevoidsetSecurityOfficerServerOutTopic(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection securityOfficerServerOutTopic) Set up the OCF Connection for the Out Topic used to pass requests to this Security Officer.voidsetSecurityOfficerServerOutTopicName(String securityOfficerServerOutTopicName) Set up the Security Officer Server Out NametoString()
-
Constructor Details
-
SecurityOfficerConfig
public SecurityOfficerConfig()Default constructor
-
-
Method Details
-
getAccessServiceRootURL
Return the URL for the Security Officer OMAS connected- Returns:
- String URL
-
setAccessServiceRootURL
Set up the URL for the Security Officer OMAS connected- Parameters:
accessServiceRootURL- ULR for the Security Officer OMAS instance
-
getAccessServiceServerName
Return the name of the server where Security Officer OMAS is running- Returns:
- the server name
-
setAccessServiceServerName
Set up the name of the server where the instance of the Security Officer OMAS is running- Parameters:
accessServiceServerName- name of the server for Security Officer OMAS
-
getSecurityOfficerServerInTopicName
Return the Input Topic Name for Security Officer Server- Returns:
- String Input Topic name
-
setSecurityOfficerServerInTopicName
Set up the Security Officer Server In Topic Name- Parameters:
securityOfficerServerInTopicName- String Security Officer Name
-
getSecurityOfficerServerInTopic
public org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection getSecurityOfficerServerInTopic()Return the OCF Connection for the In Topic used to pass requests to this Security Officer. For example, the output topic of Security Officer OMAS can be provided (e.g. "open-metadata.access-services.SecurityOfficer.outTopic")- Returns:
- Connection for In Topic
-
setSecurityOfficerServerInTopic
public void setSecurityOfficerServerInTopic(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection securityOfficerServerInTopic) Set up the OCF Connection for the Out Topic used to pass requests to this Security Officer.- Parameters:
securityOfficerServerInTopic- Connection for In Topic
-
getSecurityOfficerServerOutTopicName
Return the Security Officer Out Topic Name- Returns:
- String security out topic name
-
setSecurityOfficerServerOutTopicName
Set up the Security Officer Server Out Name- Parameters:
securityOfficerServerOutTopicName- String Security Out Topic Name
-
getSecurityOfficerServerOutTopic
public org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection getSecurityOfficerServerOutTopic()Return the OCF Connection for the topic used to pass requests to Security Officer. The default values are constructed from the Security Officer Server Name.- Returns:
- Connection for Out Topic
-
setSecurityOfficerServerOutTopic
public void setSecurityOfficerServerOutTopic(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection securityOfficerServerOutTopic) Set up the OCF Connection for the Out Topic used to pass requests to this Security Officer.- Parameters:
securityOfficerServerOutTopic- Connection for Out Topic
-
toString
-
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-