public interface SubjectDNToUserAttributeCertificateMapperCfgClient extends CertificateMapperCfgClient
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 |
---|---|
ManagedObjectDefinition<? extends SubjectDNToUserAttributeCertificateMapperCfgClient,? extends SubjectDNToUserAttributeCertificateMapperCfg> |
definition()
Get the configuration definition associated with this Subject DN To User Attribute Certificate Mapper.
|
String |
getJavaClass()
Gets the "java-class" property.
|
org.forgerock.opendj.ldap.schema.AttributeType |
getSubjectAttribute()
Gets the "subject-attribute" property.
|
SortedSet<org.forgerock.opendj.ldap.DN> |
getUserBaseDN()
Gets the "user-base-dn" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setSubjectAttribute(org.forgerock.opendj.ldap.schema.AttributeType value)
Sets the "subject-attribute" property.
|
void |
setUserBaseDN(Collection<org.forgerock.opendj.ldap.DN> values)
Sets the "user-base-dn" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends SubjectDNToUserAttributeCertificateMapperCfgClient,? extends SubjectDNToUserAttributeCertificateMapperCfg> definition()
definition
in interface CertificateMapperCfgClient
definition
in interface ConfigurationClient
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 CertificateMapperCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Subject DN To User Attribute Certificate Mapper implementation.
setJavaClass
in interface CertificateMapperCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.org.forgerock.opendj.ldap.schema.AttributeType getSubjectAttribute()
Specifies the name or OID of the attribute whose value should exactly match the certificate subject DN.
void setSubjectAttribute(org.forgerock.opendj.ldap.schema.AttributeType value) throws PropertyException
Specifies the name or OID of the attribute whose value should exactly match the certificate subject DN.
value
- The value of the "subject-attribute" property.PropertyException
- If the new value is invalid.SortedSet<org.forgerock.opendj.ldap.DN> getUserBaseDN()
Specifies the base DNs that should be used when performing searches to map the client certificate to a user entry.
void setUserBaseDN(Collection<org.forgerock.opendj.ldap.DN> values) throws PropertyException
Specifies the base DNs that should be used when performing searches to map the client certificate to a user entry.
values
- The values of the "user-base-dn" property.PropertyException
- If one or more of the new values are invalid.Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.