
public class DenyDefault extends Object implements MessageOperationChain, ParameterCheckOpertaionChain, OperationChainManager
OperationChain.OperationResult| Constructor and Description |
|---|
DenyDefault() |
| Modifier and Type | Method and Description |
|---|---|
OperationChain.OperationResult |
check(Resource[] params) |
OperationChain.OperationResult |
check(ScopedResource message)
Run the pertinent checks to allow or deny the given message.
|
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 OperationChain.OperationResult check(Resource[] params)
check in interface ParameterCheckOpertaionChainpublic OperationChain.OperationResult check(ScopedResource message)
MessageOperationChaincheck in interface MessageOperationChainpublic 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.