Uses of Class
com.prosysopc.ua.server.SessionManager

Packages that use SessionManager
com.prosysopc.ua.server Main server side classes of the SDK. 
 

Uses of SessionManager in com.prosysopc.ua.server
 

Fields in com.prosysopc.ua.server declared as SessionManager
protected  SessionManager UaServer.sessionManager
           
protected  SessionManager SubscriptionManager.sessionManager
           
 

Methods in com.prosysopc.ua.server that return SessionManager
protected  SessionManager UaServer.createSessionManager()
           
 SessionManager UaServer.getSessionManager()
           
 SessionManager SubscriptionManager.getSessionManager()
           
protected  SessionManager Session.getSessionManager()
           
 SessionManager ServiceHandler.getSessionManager()
           
 

Constructors in com.prosysopc.ua.server with parameters of type SessionManager
AttributeServiceHandler(SessionManager sessionManager, NodeManagerTable nodeManagerTable)
           
NodeManagementServiceHandler(SessionManager sessionManager, NodeManagerTable nodeManagerTable)
          Create the NodeManagementServiceSetHandler.
ServerUserIdentity(SessionManager sessionManager, org.opcfoundation.ua.core.UserIdentityToken userIdentityToken, org.opcfoundation.ua.core.SignatureData userTokenSignature, ApplicationIdentity serverIdentity, org.opcfoundation.ua.builtintypes.ByteString serverNonce, org.opcfoundation.ua.transport.security.SecurityPolicy securityPolicy)
          Create a new identity from the user token and server key.
ServiceHandler(SessionManager sessionManager)
           
ServiceHandler(SessionManager sessionManager, NodeManagerTable nodeManagerTable)
          Create a new ServiceManager attached to a serviceContext manager
Session(SessionManager sessionManager, ApplicationIdentity clientIdentity, String sessionName)
           
SessionServiceHandler(SessionManager sessionManager)
           
SubscriptionManager(SessionManager sessionManager, NodeManagerTable nodeManagerTable)
           
 



Copyright © 2018. All rights reserved.