Package | Description |
---|---|
org.universAAL.ri.gateway |
Main package for Space Gateway.
|
org.universAAL.ri.gateway.configuration | |
org.universAAL.ri.gateway.operations |
Modifier and Type | Method and Description |
---|---|
MessageOperationChain |
Session.getIncomingMessageOperationChain() |
MessageOperationChain |
Session.getOutgoingMessageOperationChain() |
Modifier and Type | Method and Description |
---|---|
MessageOperationChain |
TurtleFileSecurityDefinition.getIncomingMessageOperationChain()
The security checks that an incoming
WrappedBusMessage has to
pass in order to be allowed to interpreted by the proxy. |
MessageOperationChain |
NoSecurityDefinition.getIncomingMessageOperationChain()
The security checks that an incoming
WrappedBusMessage has to
pass in order to be allowed to interpreted by the proxy. |
MessageOperationChain |
ConfigurationFile.getIncomingMessageOperationChain()
The security checks that an incoming
WrappedBusMessage has to
pass in order to be allowed to interpreted by the proxy. |
MessageOperationChain |
TurtleFileSecurityDefinition.getOutgoingMessageOperationChain()
The security checks that an outgoing
WrappedBusMessage has to
pass in order to be allowed to transmitted to peer. |
MessageOperationChain |
NoSecurityDefinition.getOutgoingMessageOperationChain()
The security checks that an outgoing
WrappedBusMessage has to
pass in order to be allowed to transmitted to peer. |
MessageOperationChain |
ConfigurationFile.getOutgoingMessageOperationChain()
The security checks that an outgoing
WrappedBusMessage has to
pass in order to be allowed to transmitted to peer. |
Modifier and Type | Class and Description |
---|---|
class |
AllowDefault
Dummy class to allow everything.
|
class |
DenyDefault
Dummy class to allow everything.
|
Modifier and Type | Method and Description |
---|---|
MessageOperationChain |
AllowDefault.getIncomingMessageOperationChain()
The security checks that an incoming
WrappedBusMessage has to
pass in order to be allowed to interpreted by the proxy. |
MessageOperationChain |
DenyDefault.getIncomingMessageOperationChain()
The security checks that an incoming
WrappedBusMessage has to
pass in order to be allowed to interpreted by the proxy. |
MessageOperationChain |
OperationChainManager.getIncomingMessageOperationChain()
The security checks that an incoming
WrappedBusMessage has to
pass in order to be allowed to interpreted by the proxy. |
MessageOperationChain |
AllowDefault.getOutgoingMessageOperationChain()
The security checks that an outgoing
WrappedBusMessage has to
pass in order to be allowed to transmitted to peer. |
MessageOperationChain |
DenyDefault.getOutgoingMessageOperationChain()
The security checks that an outgoing
WrappedBusMessage has to
pass in order to be allowed to transmitted to peer. |
MessageOperationChain |
OperationChainManager.getOutgoingMessageOperationChain()
The security checks that an outgoing
WrappedBusMessage has to
pass in order to be allowed to transmitted to peer. |
Copyright © 2018 universAAL Consortium. All rights reserved.