| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
ServerUserIdentity |
Session.getUserIdentity()
The user identity that was used to activate the session.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Session.activate(ServerUserIdentity userIdentity)
Activate the session.
|
default boolean |
SessionManagerListener.onActivateSession(Session session,
ServerUserIdentity userIdentity)
Notification of session activation.
|
boolean |
UserValidator.onValidate(Session session,
ServerUserIdentity userIdentity)
Validate the user specified by token.
|
protected boolean |
UaServer.validateUserIdentity(Session session,
ServerUserIdentity userIdentity) |
Copyright © 2026. All rights reserved.