Uses of Class
com.sas.lsaf.content.repository.signature.Signature
Packages that use Signature
Package
Description
Service and class definitions for signing files and getting signatures.
-
Uses of Signature in com.sas.lsaf.content.repository.signature
Methods in com.sas.lsaf.content.repository.signature that return SignatureModifier and TypeMethodDescriptionSignatureService.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).Methods in com.sas.lsaf.content.repository.signature that return types with arguments of type SignatureModifier and TypeMethodDescriptionSignatureService.getSignatures(String path) Gets all of the signatures that are associated with a file.SignatureService.getSignaturesByVersion(String path, String version) Gets all of the the signatures for a specific version of a file.SignatureService.getSignaturesForLatestVersion(String path) Gets all of the signatures for the latest version of a file.