Package | Description |
---|---|
com.sas.lsaf.content.repository.signature |
Service and class definitions for signing files and getting signatures.
|
Modifier and Type | Method and Description |
---|---|
Signature |
SignatureService.createSignature(String path,
CreateSignatureInfo createSignatureInfo)
Creates a signature for the current version of a file (only the current version of a file can be signed).
|
Modifier and Type | Method and Description |
---|---|
Set<Signature> |
SignatureService.getSignatures(String path)
Gets all of the signatures that are associated with a file.
|
Set<Signature> |
SignatureService.getSignaturesByVersion(String path,
String version)
Gets all of the the signatures for a specific version of a file.
|
Set<Signature> |
SignatureService.getSignaturesForLatestVersion(String path)
Gets all of the signatures for the latest version of a file.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>