Uses of Class
org.opcfoundation.ua.core.ActivateSessionResponse

Packages that use ActivateSessionResponse
org.opcfoundation.ua.application The code in this package is for application developer. 
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
 

Uses of ActivateSessionResponse in org.opcfoundation.ua.application
 

Methods in org.opcfoundation.ua.application that return ActivateSessionResponse
 ActivateSessionResponse SessionChannel.activate()
          Activate session using anonymous access.
 ActivateSessionResponse SessionChannel.activate(byte[] issuedIdentityToken)
          Activate session using identity token.
 ActivateSessionResponse SessionChannel.activate(String username, String password)
          Activate session using user name and password.
 ActivateSessionResponse SessionChannel.activate(UserIdentityToken identity, SignatureData identitySignature)
          Activate session.
 

Uses of ActivateSessionResponse in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core that return ActivateSessionResponse
 ActivateSessionResponse ActivateSessionResponse.clone()
          Deep clone
 

Method parameters in org.opcfoundation.ua.core with type arguments of type ActivateSessionResponse
 void SessionServiceSetHandler.onActivateSession(EndpointServiceRequest<ActivateSessionRequest,ActivateSessionResponse> req)
           
 

Uses of ActivateSessionResponse in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport that return ActivateSessionResponse
 ActivateSessionResponse ChannelService.ActivateSession(ActivateSessionRequest req)
          Synchronous ActivateSession service request.
 ActivateSessionResponse ChannelService.ActivateSession(RequestHeader RequestHeader, SignatureData ClientSignature, SignedSoftwareCertificate[] ClientSoftwareCertificates, String[] LocaleIds, ExtensionObject UserIdentityToken, SignatureData UserTokenSignature)
          Synchronous ActivateSession service request.
 



Copyright © 2018. All rights reserved.