Class OpcUaConnector.FallbackIdentityProder

  • All Implemented Interfaces:
    org.eclipse.milo.opcua.sdk.client.api.identity.IdentityProvider
    Enclosing class:
    OpcUaConnector<CO,​CI>

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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • FallbackIdentityProder

        private FallbackIdentityProder()
    • Method Detail

      • 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 java.lang.Exception
        Specified by:
        getIdentityToken in interface org.eclipse.milo.opcua.sdk.client.api.identity.IdentityProvider
        Throws:
        java.lang.Exception