public interface IdentityProvider
| Modifier and Type | Method and Description |
|---|---|
SignedIdentityToken |
getIdentityToken(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription endpoint,
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString serverNonce)
Return the
UserIdentityToken and SignatureData (if applicable for the token) to use when
activating a session. |
SignedIdentityToken getIdentityToken(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription endpoint, org.eclipse.milo.opcua.stack.core.types.builtin.ByteString serverNonce) throws Exception
UserIdentityToken and SignatureData (if applicable for the token) to use when
activating a session.endpoint - the EndpointDescription being connected to.SignedIdentityToken containing the UserIdentityToken and SignatureData.ExceptionCopyright © 2021. All rights reserved.