| Modifier and Type | Method and Description |
|---|---|
List<Session> |
SessionManager.getActiveSessions() |
List<Session> |
SessionManager.getInactiveSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.LifecycleListener.onSessionClosed(Session session,
boolean subscriptionsDeleted) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Session> |
OperationContext.getSession() |
| Constructor and Description |
|---|
AddNodesContext(OpcUaServer server,
Session session,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.AddNodesItem> diagnosticsContext) |
AddReferencesContext(OpcUaServer server,
Session session,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.AddReferencesItem> diagnosticsContext) |
BrowseContext(OpcUaServer server,
Session session,
CompletableFuture<List<com.digitalpetri.opcua.stack.core.types.structured.BrowseResult>> future,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.BrowseDescription> diagnosticsContext) |
BrowseContext(OpcUaServer server,
Session session,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.BrowseDescription> diagnosticsContext) |
CallContext(OpcUaServer server,
Session session,
CompletableFuture<List<com.digitalpetri.opcua.stack.core.types.structured.CallMethodResult>> future,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.CallMethodRequest> diagnosticsContext) |
CallContext(OpcUaServer server,
Session session,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.CallMethodRequest> diagnosticsContext) |
DeleteNodesContext(OpcUaServer server,
Session session,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.DeleteNodesItem> diagnosticsContext) |
DeleteReferencesContext(OpcUaServer server,
Session session,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.DeleteReferencesItem> diagnosticsContext) |
OperationContext(OpcUaServer server,
Session session,
CompletableFuture<List<U>> future,
DiagnosticsContext<T> diagnosticsContext) |
OperationContext(OpcUaServer server,
Session session,
DiagnosticsContext<T> diagnostics) |
ReadContext(OpcUaServer server,
Session session,
CompletableFuture<List<com.digitalpetri.opcua.stack.core.types.builtin.DataValue>> future,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.ReadValueId> diagnosticsContext) |
ReadContext(OpcUaServer server,
Session session,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.ReadValueId> diagnosticsContext) |
WriteContext(OpcUaServer server,
Session session,
CompletableFuture<List<com.digitalpetri.opcua.stack.core.types.builtin.StatusCode>> future,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.WriteValue> diagnosticsContext) |
WriteContext(OpcUaServer server,
Session session,
DiagnosticsContext<com.digitalpetri.opcua.stack.core.types.structured.WriteValue> diagnosticsContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
UsernameIdentityValidator.validateAnonymousToken(com.digitalpetri.opcua.stack.core.types.structured.AnonymousIdentityToken token,
com.digitalpetri.opcua.stack.core.types.structured.UserTokenPolicy tokenPolicy,
com.digitalpetri.opcua.stack.core.channel.SecureChannel channel,
Session session) |
Object |
IdentityValidator.validateAnonymousToken(com.digitalpetri.opcua.stack.core.types.structured.AnonymousIdentityToken token,
com.digitalpetri.opcua.stack.core.types.structured.UserTokenPolicy tokenPolicy,
com.digitalpetri.opcua.stack.core.channel.SecureChannel channel,
Session session)
Validate an
AnonymousIdentityToken and return an identity Object that represents the user. |
Object |
AnonymousIdentityValidator.validateAnonymousToken(com.digitalpetri.opcua.stack.core.types.structured.AnonymousIdentityToken token,
com.digitalpetri.opcua.stack.core.types.structured.UserTokenPolicy tokenPolicy,
com.digitalpetri.opcua.stack.core.channel.SecureChannel channel,
Session session) |
Object |
IdentityValidator.validateIssuedIdentityToken(com.digitalpetri.opcua.stack.core.types.structured.IssuedIdentityToken token,
com.digitalpetri.opcua.stack.core.types.structured.UserTokenPolicy tokenPolicy,
com.digitalpetri.opcua.stack.core.channel.SecureChannel channel,
Session session)
Validate an
IssuedIdentityToken and return an identity Object that represents the user. |
Object |
UsernameIdentityValidator.validateUsernameToken(com.digitalpetri.opcua.stack.core.types.structured.UserNameIdentityToken token,
com.digitalpetri.opcua.stack.core.types.structured.UserTokenPolicy tokenPolicy,
com.digitalpetri.opcua.stack.core.channel.SecureChannel channel,
Session session) |
Object |
IdentityValidator.validateUsernameToken(com.digitalpetri.opcua.stack.core.types.structured.UserNameIdentityToken token,
com.digitalpetri.opcua.stack.core.types.structured.UserTokenPolicy tokenPolicy,
com.digitalpetri.opcua.stack.core.channel.SecureChannel channel,
Session session)
Validate a
UserNameIdentityToken and return an identity Object that represents the user. |
Object |
IdentityValidator.validateX509Token(com.digitalpetri.opcua.stack.core.types.structured.X509IdentityToken token,
com.digitalpetri.opcua.stack.core.types.structured.UserTokenPolicy tokenPolicy,
com.digitalpetri.opcua.stack.core.channel.SecureChannel channel,
Session session)
Validate an
X509IdentityToken and return an identity Object that represents the user. |
| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<Session> |
ServiceAttributes.SESSION_KEY |
| Modifier and Type | Method and Description |
|---|---|
Session |
SubscriptionManager.getSession() |
Session |
Subscription.getSession() |
| Constructor and Description |
|---|
SubscriptionManager(Session session,
OpcUaServer server) |
Copyright © 2015. All rights reserved.