public class TurtleFileSecurityDefinition extends Object implements OperationChainManager
Modifier and Type | Field and Description |
---|---|
static String |
EXPORT_MATCH |
static String |
EXPORT_POLICY |
static String |
IMPORT_MATCH |
static String |
IMPORT_POLICY |
static String |
INBOUND_MATCH |
static String |
INBOUND_POLICY |
static String |
NAMESPACE |
static String |
OUTBOUND_MATCH |
static String |
OUTBOUND_POLICY |
Constructor and Description |
---|
TurtleFileSecurityDefinition(URL url) |
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 static final String NAMESPACE
public static final String INBOUND_POLICY
public static final String INBOUND_MATCH
public static final String OUTBOUND_POLICY
public static final String OUTBOUND_MATCH
public static final String IMPORT_POLICY
public static final String IMPORT_MATCH
public static final String EXPORT_POLICY
public static final String EXPORT_MATCH
public TurtleFileSecurityDefinition(URL url)
public ParameterCheckOpertaionChain getImportOperationChain()
ImportRequest
has to
pass in order to be allowed to create a proxy for it.getImportOperationChain
in interface OperationChainManager
public ParameterCheckOpertaionChain getExportOperationChain()
BusMember
has to pass in order to be
allowed to be exported.getExportOperationChain
in interface OperationChainManager
public MessageOperationChain getIncomingMessageOperationChain()
WrappedBusMessage
has to
pass in order to be allowed to interpreted by the proxy.getIncomingMessageOperationChain
in interface OperationChainManager
public MessageOperationChain getOutgoingMessageOperationChain()
WrappedBusMessage
has to
pass in order to be allowed to transmitted to peer.getOutgoingMessageOperationChain
in interface OperationChainManager
Copyright © 2018 universAAL Consortium. All rights reserved.