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

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

Uses of ServerUserIdentity in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that return ServerUserIdentity
 ServerUserIdentity Session.getUserIdentity()
          The user identity that was used to activate the session.
 

Methods in com.prosysopc.ua.server with parameters of type ServerUserIdentity
protected  void Session.activate(ServerUserIdentity userIdentity)
          Activate the session.
 boolean SessionManagerListener.onActivateSession(Session session, ServerUserIdentity userIdentity)
          Notification of session activation.
 boolean SessionManagerAdapter.onActivateSession(Session session, ServerUserIdentity userIdentity)
           
 boolean UserValidator.onValidate(Session session, ServerUserIdentity userIdentity)
          Validate the user specified by token.
protected  boolean UaServer.validateUserIdentity(Session session, ServerUserIdentity userIdentity)
           
 



Copyright © 2018. All rights reserved.