public interface SubjectDnToUserAttributeCertificateMapperCfg extends CertificateMapperCfg
The Subject DN To User Attribute Certificate Mapper maps client certificates to user entries by looking for the certificate subject DN in a specified attribute of user entries.
Modifier and Type | Method and Description |
---|---|
void |
addSubjectDnToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDnToUserAttributeCertificateMapperCfg> listener)
Register to be notified when this Subject DN To User Attribute Certificate Mapper is changed.
|
Class<? extends SubjectDnToUserAttributeCertificateMapperCfg> |
configurationClass()
Gets the configuration class associated with this Subject DN To User Attribute Certificate Mapper.
|
String |
getJavaClass()
Gets the "java-class" property.
|
AttributeType |
getSubjectAttribute()
Gets the "subject-attribute" property.
|
SortedSet<Dn> |
getUserBaseDn()
Gets the "user-base-dn" property.
|
void |
removeSubjectDnToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDnToUserAttributeCertificateMapperCfg> listener)
Deregister an existing Subject DN To User Attribute Certificate Mapper configuration change listener.
|
addChangeListener, getIssuerAttribute, isEnabled, removeChangeListener
dn, name
Class<? extends SubjectDnToUserAttributeCertificateMapperCfg> configurationClass()
configurationClass
in interface CertificateMapperCfg
configurationClass
in interface Configuration
void addSubjectDnToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDnToUserAttributeCertificateMapperCfg> listener)
listener
- The Subject DN To User Attribute Certificate Mapper configuration change listener.void removeSubjectDnToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDnToUserAttributeCertificateMapperCfg> listener)
listener
- The Subject DN To User Attribute Certificate Mapper configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Subject DN To User Attribute Certificate Mapper implementation.
getJavaClass
in interface CertificateMapperCfg
AttributeType getSubjectAttribute()
Specifies the name or OID of the attribute whose value should exactly match the certificate subject DN.
Copyright 2010-2018 ForgeRock AS.