Package | Description |
---|---|
com.hcl.domino.security |
Modifier and Type | Method and Description |
---|---|
static ECLCapability |
ECLCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECLCapability[] |
ECLCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ECLCapability> |
Ecl.getCapabilities()
Reads the current capabilities
|
Set<ECLCapability> |
Ecl.trustNoSignatureUser(DominoClient.ECLType type,
Collection<ECLCapability> capabilities,
boolean sessionOnly)
Method to modify the ECL for "-No signature-" and add trusted capabilities
|
Set<ECLCapability> |
Ecl.trustSignerOfDocument(Document doc,
DominoClient.ECLType type,
Collection<ECLCapability> capabilities,
boolean sessionOnly)
Method to modify the ECL for the signer of the specified document and add trusted
capabilities
|
Modifier and Type | Method and Description |
---|---|
Set<ECLCapability> |
Ecl.trustNoSignatureUser(DominoClient.ECLType type,
Collection<ECLCapability> capabilities,
boolean sessionOnly)
Method to modify the ECL for "-No signature-" and add trusted capabilities
|
Set<ECLCapability> |
Ecl.trustSignerOfDocument(Document doc,
DominoClient.ECLType type,
Collection<ECLCapability> capabilities,
boolean sessionOnly)
Method to modify the ECL for the signer of the specified document and add trusted
capabilities
|
Copyright © 2019–2021 HCL. All rights reserved.