| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Field and Description |
|---|---|
static PubSubConfScalarFieldSpecification<PubSubBrokerAuthConf> |
PubSubMqttUadpConnectionConf.Fields.AuthConf |
static PubSubConfScalarFieldSpecification<PubSubBrokerAuthConf> |
PubSubMqttJsonConnectionConf.Fields.AuthConf |
protected PubSubFunction<PubSubBrokerAuthConf,PubSubBrokerCredentials> |
PubSubSystemOverrides.Builder.authConfToCredentialsResolver |
| Modifier and Type | Method and Description |
|---|---|
PubSubBrokerAuthConf |
PubSubBrokerAuthConf.Builder.build()
Returns an instance of
PubSubBrokerAuthConf with the values given to this builder. |
PubSubBrokerAuthConf |
PubSubMqttUadpConnectionConf.getAuthConf()
A reference to a secret that will resolve to user credentials for the Broker connection.
|
PubSubBrokerAuthConf |
PubSubMqttJsonConnectionConf.getAuthConf()
A reference to a secret that will resolve to user credentials for the Broker connection.
|
PubSubBrokerAuthConf |
PubSubBrokerConnectionConf.getAuthConf()
A reference to a secret that will resolve to user credentials for the Broker connection.
|
| Modifier and Type | Method and Description |
|---|---|
PubSubFunction<PubSubBrokerAuthConf,PubSubBrokerCredentials> |
PubSubSystemOverrides.getAuthConfToCredentialsResolver()
A function to resolve
PubSubBrokerAuthConf to the actual credentials that can be used. |
PubSubFunction<PubSubBrokerAuthConf,PubSubBrokerCredentials> |
PubSubSystemOverrides.Builder.getAuthConfToCredentialsResolver() |
| Modifier and Type | Method and Description |
|---|---|
T |
PubSubBrokerConnectionConf.Builder.setAuthConf(PubSubBrokerAuthConf authConf) |
| Modifier and Type | Method and Description |
|---|---|
PubSubSystemOverrides.Builder |
PubSubSystemOverrides.Builder.setAuthConfToCredentialsResolver(PubSubFunction<PubSubBrokerAuthConf,PubSubBrokerCredentials> authConfToCredentialsResolver)
Set the value for
PubSubSystemOverrides.getAuthConfToCredentialsResolver(). |
Copyright © 2026. All rights reserved.