| Package | Description |
|---|---|
| eu.clarussecure.proxy.spi | |
| eu.clarussecure.proxy.spi.protection | |
| eu.clarussecure.proxy.spi.protocol |
| Modifier and Type | Method and Description |
|---|---|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Mode> |
Capabilities.getSupportedProcessingModes(boolean wholeDataset,
Operation operation) |
static Map<Operation,Set<Mode>> |
Capabilities.toMap(Enum<?>[]... rawOperations) |
| Modifier and Type | Method and Description |
|---|---|
Mode |
ProtectionModuleCapabilities.getPreferredProcessingMode(boolean wholedataset,
Operation operation,
SecurityPolicy securityPolicy) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Operation,Mode> |
Configuration.datasetProcessingModes |
protected Map<Operation,Mode> |
Configuration.recordProcessingModes |
| Modifier and Type | Method and Description |
|---|---|
Mode |
Configuration.getProcessingMode(boolean wholeDataset,
Operation operation) |
Mode |
Configurable.getProcessingMode(boolean wholeDataset,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setProcessingMode(boolean wholeDataset,
Operation operation,
Mode mode) |
void |
Configurable.setProcessingMode(boolean wholeDataset,
Operation operation,
Mode mode) |
Copyright © 2017 The CLARUS Consortium. All rights reserved.