Uses of Interface
se.swedenconnect.signservice.certificate.attributemapping.AttributeMapper
Packages that use AttributeMapper
Package
Description
Attribute mapping support.
Base implementations for key and certificate handling.
Configuration classes.
A CMC implementation of the KeyAndCertificateHandler.
Configuration for the
CMCKeyAndCertificateHandler
handler.A simple implementation of the KeyAndCertificateHandler.
Configuration for the
SimpleKeyAndCertificateHandler
.-
Uses of AttributeMapper in se.swedenconnect.signservice.certificate.attributemapping
Classes in se.swedenconnect.signservice.certificate.attributemapping that implement AttributeMapperModifier and TypeClassDescriptionclass
Default implementation for an attribute mapper based on an authentication. -
Uses of AttributeMapper in se.swedenconnect.signservice.certificate.base
Methods in se.swedenconnect.signservice.certificate.base that return AttributeMapperModifier and TypeMethodDescriptionprotected AttributeMapper
AbstractKeyAndCertificateHandler.getAttributeMapper()
Gets the attribute mapper.Constructors in se.swedenconnect.signservice.certificate.base with parameters of type AttributeMapperModifierConstructorDescriptionAbstractCaEngineKeyAndCertificateHandler
(PkiCredentialContainer keyProvider, Map<String, String> algorithmKeyTypes, AttributeMapper attributeMapper, se.swedenconnect.security.algorithms.AlgorithmRegistry algorithmRegistry) Constructor.AbstractKeyAndCertificateHandler
(PkiCredentialContainer keyProvider, Map<String, String> algorithmKeyTypes, AttributeMapper attributeMapper, se.swedenconnect.security.algorithms.AlgorithmRegistry algorithmRegistry) Constructor. -
Uses of AttributeMapper in se.swedenconnect.signservice.certificate.base.config
Methods in se.swedenconnect.signservice.certificate.base.config with parameters of type AttributeMapperModifier and TypeMethodDescriptionprotected abstract AbstractKeyAndCertificateHandler
AbstractKeyAndCertificateHandlerFactory.createKeyAndCertificateHandler
(HandlerConfiguration<KeyAndCertificateHandler> configuration, BeanLoader beanLoader, PkiCredentialContainer credentialContainer, Map<String, String> algorithmKeyTypes, AttributeMapper attributeMapper, se.swedenconnect.security.algorithms.AlgorithmRegistry algorithmRegistry, CertificateProfileConfiguration profileConfiguration) Creates a handler. -
Uses of AttributeMapper in se.swedenconnect.signservice.certificate.cmc
Constructors in se.swedenconnect.signservice.certificate.cmc with parameters of type AttributeMapperModifierConstructorDescriptionCMCKeyAndCertificateHandler
(PkiCredentialContainer keyProvider, Map<String, String> algorithmKeyTypes, AttributeMapper attributeMapper, se.swedenconnect.security.algorithms.AlgorithmRegistry algorithmRegistry, se.swedenconnect.ca.cmc.api.client.CMCClient cmcClient, CertificateRequestFormat certificateRequestFormat) Constructor. -
Uses of AttributeMapper in se.swedenconnect.signservice.certificate.cmc.config
Methods in se.swedenconnect.signservice.certificate.cmc.config with parameters of type AttributeMapperModifier and TypeMethodDescriptionprotected AbstractKeyAndCertificateHandler
CMCKeyAndCertificateHandlerFactory.createKeyAndCertificateHandler
(HandlerConfiguration<KeyAndCertificateHandler> configuration, BeanLoader beanLoader, PkiCredentialContainer keyProvider, Map<String, String> algorithmKeyTypeMap, AttributeMapper attributeMapper, se.swedenconnect.security.algorithms.AlgorithmRegistry algorithmRegistry, CertificateProfileConfiguration profileConfiguration) Creates a handler. -
Uses of AttributeMapper in se.swedenconnect.signservice.certificate.simple
Constructors in se.swedenconnect.signservice.certificate.simple with parameters of type AttributeMapperModifierConstructorDescriptionSimpleKeyAndCertificateHandler
(PkiCredentialContainer keyProvider, Map<String, String> algorithmKeyTypes, AttributeMapper attributeMapper, se.swedenconnect.security.algorithms.AlgorithmRegistry algorithmRegistry, se.swedenconnect.ca.engine.ca.issuer.CAService caService, String crlPublishPath) Constructor. -
Uses of AttributeMapper in se.swedenconnect.signservice.certificate.simple.config
Methods in se.swedenconnect.signservice.certificate.simple.config with parameters of type AttributeMapperModifier and TypeMethodDescriptionprotected AbstractKeyAndCertificateHandler
SimpleKeyAndCertificateHandlerFactory.createKeyAndCertificateHandler
(HandlerConfiguration<KeyAndCertificateHandler> configuration, BeanLoader beanLoader, PkiCredentialContainer keyProvider, Map<String, String> algorithmKeyTypes, AttributeMapper attributeMapper, se.swedenconnect.security.algorithms.AlgorithmRegistry algorithmRegistry, CertificateProfileConfiguration profileConfiguration) Creates a handler.