Uses of Class
se.idsec.signservice.integration.certificate.CertificateAttributeMapping
Packages that use CertificateAttributeMapping
Package
Description
Interfaces and classes that represent domain classes and operations for the signing certificate that is issued by the SignService.
-
Uses of CertificateAttributeMapping in se.idsec.signservice.integration.certificate
Methods in se.idsec.signservice.integration.certificate that return types with arguments of type CertificateAttributeMappingModifier and TypeMethodDescriptionSigningCertificateRequirements.getAttributeMappings()
Gets the mappings between the signer's authentication attributes and attributes that are to be placed in the issued signature certificate.Method parameters in se.idsec.signservice.integration.certificate with type arguments of type CertificateAttributeMappingModifier and TypeMethodDescriptionvoid
SigningCertificateRequirements.setAttributeMappings
(List<CertificateAttributeMapping> attributeMappings) Assigns the mappings between the signer's authentication attributes and attributes that are to be placed in the issued signature certificate.Constructor parameters in se.idsec.signservice.integration.certificate with type arguments of type CertificateAttributeMappingModifierConstructorDescriptionSigningCertificateRequirements
(CertificateType certificateType, List<CertificateAttributeMapping> attributeMappings, Extension extension) Constructor.