
public class NoSecurityDefinition extends Object implements OperationChainManager
| Constructor and Description |
|---|
NoSecurityDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ParameterCheckOpertaionChain |
getExportOperationChain()
The security checks that a
BusMember has to pass in order to be
allowed to be exported. |
ParameterCheckOpertaionChain |
getImportOperationChain()
The security checks that a
ImportRequest has to
pass in order to be allowed to create a proxy for it. |
MessageOperationChain |
getIncomingMessageOperationChain()
The security checks that an incoming
WrappedBusMessage has to
pass in order to be allowed to interpreted by the proxy. |
MessageOperationChain |
getOutgoingMessageOperationChain()
The security checks that an outgoing
WrappedBusMessage has to
pass in order to be allowed to transmitted to peer. |
public ParameterCheckOpertaionChain getImportOperationChain()
ImportRequest has to
pass in order to be allowed to create a proxy for it.getImportOperationChain in interface OperationChainManagerpublic ParameterCheckOpertaionChain getExportOperationChain()
BusMember has to pass in order to be
allowed to be exported.getExportOperationChain in interface OperationChainManagerpublic MessageOperationChain getIncomingMessageOperationChain()
WrappedBusMessage has to
pass in order to be allowed to interpreted by the proxy.getIncomingMessageOperationChain in interface OperationChainManagerpublic MessageOperationChain getOutgoingMessageOperationChain()
WrappedBusMessage has to
pass in order to be allowed to transmitted to peer.getOutgoingMessageOperationChain in interface OperationChainManagerCopyright © 2018 universAAL Consortium. All rights reserved.