public static final class ViewServices.BrowseContext extends AsyncOperationContext<List<Reference>> implements AccessContext
| Constructor and Description |
|---|
BrowseContext(OpcUaServer server,
@Nullable Session session) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Session> |
getSession()
Get the
Session associated with this operation, if present. |
public BrowseContext(OpcUaServer server, @Nullable @Nullable Session session)
public Optional<Session> getSession()
AccessContextSession associated with this operation, if present.
If empty, the operation is internal and no user- or session-related restrictions should be applied.
getSession in interface AccessContextSession associated with this operation, if present.Copyright © 2021. All rights reserved.