public interface Ecl
Modifier and Type | Method and Description |
---|---|
Set<ECLCapability> |
getCapabilities()
Reads the current capabilities
|
UserNamesList |
getNamesList()
Returns the names list for which we compute the ECL
|
boolean |
isEditable()
Returns true if ECL can be modified by the user
|
Set<ECLCapability> |
trustNoSignatureUser(DominoClient.ECLType type,
Collection<ECLCapability> capabilities,
boolean sessionOnly)
Method to modify the ECL for "-No signature-" and add trusted capabilities
|
Set<ECLCapability> |
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
|
UserNamesList getNamesList()
Set<ECLCapability> getCapabilities()
boolean isEditable()
Set<ECLCapability> trustNoSignatureUser(DominoClient.ECLType type, Collection<ECLCapability> capabilities, boolean sessionOnly)
type
- ECL typecapabilities
- capabilities to trustsessionOnly
- true to not permanently change the ECLSet<ECLCapability> trustSignerOfDocument(Document doc, DominoClient.ECLType type, Collection<ECLCapability> capabilities, boolean sessionOnly)
doc
- signed document (we read $Signature internally)type
- ECL typecapabilities
- capabilities to trustsessionOnly
- true to not permanently change the ECLCopyright © 2019–2021 HCL. All rights reserved.