public class SecurityOfficerConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
SecurityOfficerConfig()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Validate that an object is equal depending on their stored values.
|
String |
getAccessServiceRootURL()
Return the URL for the Security Officer OMAS connected
|
String |
getAccessServiceServerName()
Return the name of the server where Security Officer OMAS is running
|
Connection |
getSecurityOfficerServerInTopic()
Return the OCF Connection for the In Topic used to pass requests to this Security Officer.
|
String |
getSecurityOfficerServerInTopicName()
Return the Input Topic Name for Security Officer Server
|
Connection |
getSecurityOfficerServerOutTopic()
Return the OCF Connection for the topic used to pass requests to Security Officer.
|
String |
getSecurityOfficerServerOutTopicName()
Return the Security Officer Out Topic Name
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setAccessServiceRootURL(String accessServiceRootURL)
Set up the URL for the Security Officer OMAS connected
|
void |
setAccessServiceServerName(String accessServiceServerName)
Set up the name of the server where the instance of the Security Officer OMAS is running
|
void |
setSecurityOfficerServerInTopic(Connection securityOfficerServerInTopic)
Set up the OCF Connection for the Out Topic used to pass requests to this Security Officer.
|
void |
setSecurityOfficerServerInTopicName(String securityOfficerServerInTopicName)
Set up the Security Officer Server In Topic Name
|
void |
setSecurityOfficerServerOutTopic(Connection securityOfficerServerOutTopic)
Set up the OCF Connection for the Out Topic used to pass requests to this Security Officer.
|
void |
setSecurityOfficerServerOutTopicName(String securityOfficerServerOutTopicName)
Set up the Security Officer Server Out Name
|
String |
toString() |
public String getAccessServiceRootURL()
public void setAccessServiceRootURL(String accessServiceRootURL)
accessServiceRootURL - ULR for the Security Officer OMAS instancepublic String getAccessServiceServerName()
public void setAccessServiceServerName(String accessServiceServerName)
accessServiceServerName - name of the server for Security Officer OMASpublic String getSecurityOfficerServerInTopicName()
public void setSecurityOfficerServerInTopicName(String securityOfficerServerInTopicName)
securityOfficerServerInTopicName - String Security Officer Namepublic Connection getSecurityOfficerServerInTopic()
public void setSecurityOfficerServerInTopic(Connection securityOfficerServerInTopic)
securityOfficerServerInTopic - Connection for In Topicpublic String getSecurityOfficerServerOutTopicName()
public void setSecurityOfficerServerOutTopicName(String securityOfficerServerOutTopicName)
securityOfficerServerOutTopicName - String Security Out Topic Namepublic Connection getSecurityOfficerServerOutTopic()
public void setSecurityOfficerServerOutTopic(Connection securityOfficerServerOutTopic)
securityOfficerServerOutTopic - Connection for Out Topicpublic boolean equals(Object o)
Copyright © 2018–2019 ODPi. All rights reserved.