Package | Description |
---|---|
com.hcl.domino | |
com.hcl.domino.security |
Modifier and Type | Method and Description |
---|---|
static DominoClient.ECLType |
DominoClient.ECLType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DominoClient.ECLType[] |
DominoClient.ECLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Ecl |
DominoClient.getEcl(DominoClient.ECLType eclType,
List<String> namesList)
Returns the
Ecl for a names list (what the user is allowed to do) |
Ecl |
DominoClient.getEcl(DominoClient.ECLType eclType,
String userName)
Returns the
Ecl for a username (what the user is allowed to do) |
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.