Uses of Class
se.idsec.signservice.integration.authentication.SignerIdentityAttribute
Packages that use SignerIdentityAttribute
Package
Description
Interfaces and classes for the authentication of a signer/principal.
Interfaces and classes that represent domain classes and operations for the signing certificate that is issued by the SignService.
PDF-specific classes.
-
Uses of SignerIdentityAttribute in se.idsec.signservice.integration.authentication
Subclasses of SignerIdentityAttribute in se.idsec.signservice.integration.authenticationModifier and TypeClassDescriptionclass
Representation of the value of a signer attribute. -
Uses of SignerIdentityAttribute in se.idsec.signservice.integration.certificate
Methods in se.idsec.signservice.integration.certificate that return types with arguments of type SignerIdentityAttributeModifier and TypeMethodDescriptionCertificateAttributeMapping.getSources()
Gets the list of signer source attributes from where the sign service gets information in order to create the requested certificate attribute.Method parameters in se.idsec.signservice.integration.certificate with type arguments of type SignerIdentityAttributeModifier and TypeMethodDescriptionvoid
CertificateAttributeMapping.setSources
(List<SignerIdentityAttribute> sources) Assigns the list of signer source attributes from where the sign service gets information in order to create the requested certificate attribute.Constructor parameters in se.idsec.signservice.integration.certificate with type arguments of type SignerIdentityAttributeModifierConstructorDescriptionCertificateAttributeMapping
(List<SignerIdentityAttribute> sources, RequestedCertificateAttribute destination) Constructor. -
Uses of SignerIdentityAttribute in se.idsec.signservice.integration.document.pdf
Methods in se.idsec.signservice.integration.document.pdf that return types with arguments of type SignerIdentityAttributeModifier and TypeMethodDescriptionVisiblePdfSignatureUserInformation.SignerName.getSignerAttributes()
Gets the list of attribute names that refer to some, or all, attributes supplied inAuthnRequirements.setRequestedSignerAttributes(List)
that are the requirements that the signer requires to be validated as part of the signature operation.Method parameters in se.idsec.signservice.integration.document.pdf with type arguments of type SignerIdentityAttributeModifier and TypeMethodDescriptionvoid
VisiblePdfSignatureUserInformation.SignerName.setSignerAttributes
(List<SignerIdentityAttribute> signerAttributes) Assigns the list of attribute names that refer to some, or all, attributes supplied inAuthnRequirements.setRequestedSignerAttributes(List)
that are the requirements that the signer requires to be validated as part of the signature operation.