Interface AuthorizationServiceConfigurationType
- All Superinterfaces:
BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
AuthorizationServiceConfigurationTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String> -
Method Summary
Modifier and TypeMethodDescriptionGet the local value of the IssuerEndpointUrl Node.Get the IssuerEndpointUrlPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetIssuerEndpointUrlNode().org.eclipse.milo.opcua.stack.core.types.builtin.ByteStringGet the local value of the ServiceCertificate Node.Get the ServiceCertificatePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetServiceCertificateNode().Get the local value of the ServiceUri Node.Get the ServiceUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetServiceUriNode().Read the value of the IssuerEndpointUrl Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadIssuerEndpointUrl().org.eclipse.milo.opcua.stack.core.types.builtin.ByteStringRead the value of the ServiceCertificate Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>An asynchronous implementation ofreadServiceCertificate().Read the value of the ServiceUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadServiceUri().voidsetIssuerEndpointUrl(String value) Set the local value of the IssuerEndpointUrl Node.voidsetServiceCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) Set the local value of the ServiceCertificate Node.voidsetServiceUri(String value) Set the local value of the ServiceUri Node.voidwriteIssuerEndpointUrl(String value) Write a new value for the IssuerEndpointUrl Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>An asynchronous implementation ofwriteIssuerEndpointUrl(java.lang.String).voidwriteServiceCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) Write a new value for the ServiceCertificate Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeServiceCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) An asynchronous implementation ofwriteServiceCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString).voidwriteServiceUri(String value) Write a new value for the ServiceUri Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeServiceUriAsync(String value) An asynchronous implementation ofwriteServiceUri(java.lang.String).Methods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Field Details
-
SERVICE_URI
-
SERVICE_CERTIFICATE
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> SERVICE_CERTIFICATE -
ISSUER_ENDPOINT_URL
-
-
Method Details
-
getServiceUri
Get the local value of the ServiceUri Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ServiceUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServiceUri Node.
-
setServiceUri
Set the local value of the ServiceUri Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ServiceUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServiceUri Node.
-
readServiceUri
Read the value of the ServiceUri Node from the server and update the local value if the operation succeeds.- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeServiceUri
Write a new value for the ServiceUri Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readServiceUriAsync
CompletableFuture<? extends String> readServiceUriAsync()An asynchronous implementation ofreadServiceUri().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeServiceUriAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServiceUriAsync(String value) An asynchronous implementation ofwriteServiceUri(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getServiceUriNode
Get the ServiceUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ServiceUri
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServiceUriNodeAsync
CompletableFuture<? extends PropertyType> getServiceUriNodeAsync()Asynchronous implementation ofgetServiceUriNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getServiceCertificate
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString getServiceCertificate() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the ServiceCertificate Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ServiceCertificate Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServiceCertificate Node.
-
setServiceCertificate
void setServiceCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the ServiceCertificate Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ServiceCertificate Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServiceCertificate Node.
-
readServiceCertificate
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString readServiceCertificate() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the ServiceCertificate Node from the server and update the local value if the operation succeeds.- Returns:
- the
ByteStringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeServiceCertificate
void writeServiceCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the ServiceCertificate Node to the server and update the local value if the operation succeeds.- Parameters:
value- theByteStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readServiceCertificateAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> readServiceCertificateAsync()An asynchronous implementation ofreadServiceCertificate().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeServiceCertificateAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServiceCertificateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString value) An asynchronous implementation ofwriteServiceCertificate(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getServiceCertificateNode
Get the ServiceCertificatePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ServiceCertificate
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServiceCertificateNodeAsync
CompletableFuture<? extends PropertyType> getServiceCertificateNodeAsync()Asynchronous implementation ofgetServiceCertificateNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getIssuerEndpointUrl
Get the local value of the IssuerEndpointUrl Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the IssuerEndpointUrl Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the IssuerEndpointUrl Node.
-
setIssuerEndpointUrl
Set the local value of the IssuerEndpointUrl Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the IssuerEndpointUrl Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the IssuerEndpointUrl Node.
-
readIssuerEndpointUrl
Read the value of the IssuerEndpointUrl Node from the server and update the local value if the operation succeeds.- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeIssuerEndpointUrl
Write a new value for the IssuerEndpointUrl Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readIssuerEndpointUrlAsync
CompletableFuture<? extends String> readIssuerEndpointUrlAsync()An asynchronous implementation ofreadIssuerEndpointUrl().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeIssuerEndpointUrlAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIssuerEndpointUrlAsync(String value) An asynchronous implementation ofwriteIssuerEndpointUrl(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getIssuerEndpointUrlNode
Get the IssuerEndpointUrlPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the IssuerEndpointUrl
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getIssuerEndpointUrlNodeAsync
CompletableFuture<? extends PropertyType> getIssuerEndpointUrlNodeAsync()Asynchronous implementation ofgetIssuerEndpointUrlNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-