public class FingerprintCertificateMapper extends CertificateMapper<FingerprintCertificateMapperCfg>
Constructor and Description |
---|
FingerprintCertificateMapper() |
Modifier and Type | Method and Description |
---|---|
protected ConfigChangeResult |
applyConfigurationChange0(FingerprintCertificateMapperCfg configuration)
Implements certificate mapper specific actions when updating the configuration.
|
void |
finalizeCertificateMapper()
Performs any finalization that may be necessary for this certificate mapper.
|
protected void |
initializeCertificateMapper0(FingerprintCertificateMapperCfg configuration)
Implements certificate mapper specific actions when initializing the certificate mapper.
|
protected Entry |
mapCertificateToUser0(Certificate[] certificateChain)
Implements certificate mapper specific logic for mapping the provided certificate to a user entry.
|
applyConfigurationChange, initializeCertificateMapper, isConfigurationAcceptable, isConfigurationChangeAcceptable, mapCertificateToUser
protected void initializeCertificateMapper0(FingerprintCertificateMapperCfg configuration)
CertificateMapper
initializeCertificateMapper0
in class CertificateMapper<FingerprintCertificateMapperCfg>
configuration
- The configuration that should be used to intialize this certificate mapper.public void finalizeCertificateMapper()
CertificateMapper
finalizeCertificateMapper
in class CertificateMapper<FingerprintCertificateMapperCfg>
protected Entry mapCertificateToUser0(Certificate[] certificateChain) throws LdapException
CertificateMapper
mapCertificateToUser0
in class CertificateMapper<FingerprintCertificateMapperCfg>
certificateChain
- The certificate chain presented by the client during SSL negotiation. The peer certificate will be
listed first, followed by the ordered issuer chain as appropriate.null
if no mapping was established
and no special message is required to send back to the client.LdapException
- If a problem occurred while attempting to establish the mapping. This may include internal failures,
a mapping which matches multiple users, or any other case in which an error message should be
returned to the client.protected ConfigChangeResult applyConfigurationChange0(FingerprintCertificateMapperCfg configuration)
CertificateMapper
applyConfigurationChange0
in class CertificateMapper<FingerprintCertificateMapperCfg>
configuration
- the new configuration to useCopyright 2010-2022 ForgeRock AS.