Interface SignerNameRequirementProcessor
public interface SignerNameRequirementProcessor
Provides the function to determine the signer name requirements for placing a signer name in a sign image in PDF.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- 
Method SummaryModifier and TypeMethodDescriptiongetSignerNameRequirements(List<se.idsec.signservice.integration.authentication.SignerIdentityAttributeValue> signerAttrlist) Get the attribute requirements for including a name in the visible sign image.
- 
Method Details- 
getSignerNameRequirementsSignerNameRequirement getSignerNameRequirements(List<se.idsec.signservice.integration.authentication.SignerIdentityAttributeValue> signerAttrlist) Get the attribute requirements for including a name in the visible sign image.- Parameters:
- signerAttrlist- list of name attributes included in the sign request representing the signer identity
- Returns:
- signer name requirements
 
 
-