ISignMethodAddin
Add-in responsible for implementing logic to determine available allowed signing methods.
Trigger Event(s): When a signature request is performed (example: a signature field clicked on the client-browser) |
Method | Description | ||
---|---|---|---|
getAllowedSignatureMethods |
Retrieves all available signing methods for a given artifact or artifact object |
||
Parameter |
Type |
Description |
|
details |
ArtifactDetails |
Artifact context with read-only access privileges |
|
fieldId |
String |
Unique identifier of the field to be signed |
|
Returns |
Type |
Description |
|
AllowedSignMethods |
Map<SignMethods,HashMap<String,String>> |
Object representing the allowed sign methods |
eSign brings an out-of-the box implementation for this interface that is described below |
Implementation | Default | Description |
---|---|---|
- |
- |
- |