Class OpcUaConnector.FallbackIdentityProder

java.lang.Object
de.iip_ecosphere.platform.connectors.opcuav1.OpcUaConnector.FallbackIdentityProder
All Implemented Interfaces:
org.eclipse.milo.opcua.sdk.client.api.identity.IdentityProvider
Enclosing class:
OpcUaConnector<CO,CI>

private class OpcUaConnector.FallbackIdentityProder extends Object implements org.eclipse.milo.opcua.sdk.client.api.identity.IdentityProvider
A fallback identity provider.
Author:
Holger Eichelberger, SSE
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.milo.opcua.sdk.client.api.identity.SignedIdentityToken
    getIdentityToken(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription endpoint, org.eclipse.milo.opcua.stack.core.types.builtin.ByteString serverNonce)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FallbackIdentityProder

      private FallbackIdentityProder()
  • Method Details

    • getIdentityToken

      public org.eclipse.milo.opcua.sdk.client.api.identity.SignedIdentityToken getIdentityToken(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription endpoint, org.eclipse.milo.opcua.stack.core.types.builtin.ByteString serverNonce) throws Exception
      Specified by:
      getIdentityToken in interface org.eclipse.milo.opcua.sdk.client.api.identity.IdentityProvider
      Throws:
      Exception