public interface UaTcpStackServerConfig
| Modifier and Type | Method and Description |
|---|---|
static UaTcpStackServerConfigBuilder |
builder() |
LocalizedText |
getApplicationName()
Get the application name for the server.
|
String |
getApplicationUri()
Get the application uri for the server.
|
CertificateManager |
getCertificateManager() |
CertificateValidator |
getCertificateValidator() |
ChannelConfig |
getChannelConfig() |
ExecutorService |
getExecutor() |
String |
getProductUri()
Get the product uri for the server.
|
String |
getServerName()
The server name to use when building endpoint URLs: "opc.tcp://{hostname}:{port}/{serverName}.".
|
List<SignedSoftwareCertificate> |
getSoftwareCertificates() |
List<UserTokenPolicy> |
getUserTokenPolicies()
Get the list of
UserTokenPolicys supported by the server. |
boolean |
isStrictEndpointUrlsEnabled()
If
true, when a UA TCP "Hello" message is received, endpoint URL must exactly match a registered server
name. |
String getServerName()
LocalizedText getApplicationName()
ApplicationDescription returned to clients.String getApplicationUri()
ApplicationDescription returned to clients.
The application uri must match the application uri used on the server's application instance certificate.String getProductUri()
ApplicationDescription returned to clients.CertificateManager getCertificateManager()
CertificateManager for this server.CertificateValidator getCertificateValidator()
CertificateValidator for this server.ExecutorService getExecutor()
List<UserTokenPolicy> getUserTokenPolicies()
UserTokenPolicys supported by the server.UserTokenPolicys supported by the server.List<SignedSoftwareCertificate> getSoftwareCertificates()
ChannelConfig getChannelConfig()
boolean isStrictEndpointUrlsEnabled()
true, when a UA TCP "Hello" message is received, endpoint URL must exactly match a registered server
name. If false, and only one server is registered, that server will be returned even if the path does not
match.true if strict endpoint URLs are enabled.static UaTcpStackServerConfigBuilder builder()
Copyright © 2015. All rights reserved.