| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.application |
The code in this package is for application developer.
|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionServiceHandler.onActivateSession(EndpointServiceRequest<ActivateSessionRequest,ActivateSessionResponse> req) |
| Modifier and Type | Method and Description |
|---|---|
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,
boolean validateNonceLength,
boolean serverSupportsSecureUserTokenPolicy)
Activate session.
|
| Modifier and Type | Method and Description |
|---|---|
ActivateSessionResponse |
ActivateSessionResponse.Builder.build() |
ActivateSessionResponse |
ActivateSessionResponse.clone() |
| Modifier and Type | Method and Description |
|---|---|
ActivateSessionResponse |
ChannelService.ActivateSession(ActivateSessionRequest req) |
ActivateSessionResponse |
ChannelService.ActivateSession(RequestHeader f_requestHeader,
SignatureData f_clientSignature,
SignedSoftwareCertificate[] f_clientSoftwareCertificates,
String[] f_localeIds,
Structure f_userIdentityToken,
SignatureData f_userTokenSignature) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<ActivateSessionResponse> |
ChannelService.ActivateSessionAsync(ActivateSessionRequest req) |
AsyncResult<ActivateSessionResponse> |
ChannelService.ActivateSessionAsync(RequestHeader f_requestHeader,
SignatureData f_clientSignature,
SignedSoftwareCertificate[] f_clientSoftwareCertificates,
String[] f_localeIds,
Structure f_userIdentityToken,
SignatureData f_userTokenSignature) |
Copyright © 2026. All rights reserved.