Package net.solarnetwork.domain
Interface NetworkAssociation
- All Superinterfaces:
NetworkIdentity
- All Known Implementing Classes:
NetworkAssociationDetails
API for node/network association details.
- Version:
- 1.1
- Author:
- matt
-
Field Summary
Fields inherited from interface net.solarnetwork.domain.NetworkIdentity
SOLARIN_MQTT_NETWORK_SERVICE_KEY, SOLARQUERY_NETWORK_SERVICE_KEY, SOLARUSER_NETWORK_SERVICE_KEY -
Method Summary
Modifier and TypeMethodDescriptionGet a confirmation key, generated on the network side.Get a password to use for this association's keystore.Get a security phrase, generated on the network side.Get the username associated with this association.Methods inherited from interface net.solarnetwork.domain.NetworkIdentity
getHost, getIdentityKey, getNetworkServiceURLs, getPort, getTermsOfService, isForceTLS
-
Method Details
-
getConfirmationKey
String getConfirmationKey()Get a confirmation key, generated on the network side.- Returns:
- confirmation key
-
getSecurityPhrase
String getSecurityPhrase()Get a security phrase, generated on the network side.- Returns:
- a security phrase
-
getUsername
String getUsername()Get the username associated with this association.- Returns:
- the username
-
getKeystorePassword
String getKeystorePassword()Get a password to use for this association's keystore.- Returns:
- a keystore password
- Since:
- 1.1
-