public interface SubjectAttributeToUserAttributeCertificateMapperCfgClient extends CertificateMapperCfgClient
The Subject Attribute To User Attribute Certificate Mapper maps client certificates to user entries by mapping the values of attributes contained in the certificate subject to attributes contained in user entries.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SubjectAttributeToUserAttributeCertificateMapperCfgClient,? extends SubjectAttributeToUserAttributeCertificateMapperCfg> |
definition()
Get the configuration definition associated with this Subject Attribute To User Attribute Certificate Mapper.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<String> |
getSubjectAttributeMapping()
Gets the "subject-attribute-mapping" property.
|
SortedSet<DN> |
getUserBaseDN()
Gets the "user-base-dn" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setSubjectAttributeMapping(Collection<String> values)
Sets the "subject-attribute-mapping" property.
|
void |
setUserBaseDN(Collection<DN> values)
Sets the "user-base-dn" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends SubjectAttributeToUserAttributeCertificateMapperCfgClient,? extends SubjectAttributeToUserAttributeCertificateMapperCfg> definition()
definition
in interface CertificateMapperCfgClient
definition
in interface ConfigurationClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Subject Attribute 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 Attribute 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.SortedSet<String> getSubjectAttributeMapping()
Specifies a mapping between certificate attributes and user attributes.
Each value should be in the form "certattr:userattr" where certattr is the name of the attribute in the certificate subject and userattr is the name of the corresponding attribute in user entries. There may be multiple mappings defined, and when performing the mapping values for all attributes present in the certificate subject that have mappings defined must be present in the corresponding user entries.
void setSubjectAttributeMapping(Collection<String> values) throws PropertyException
Specifies a mapping between certificate attributes and user attributes.
Each value should be in the form "certattr:userattr" where certattr is the name of the attribute in the certificate subject and userattr is the name of the corresponding attribute in user entries. There may be multiple mappings defined, and when performing the mapping values for all attributes present in the certificate subject that have mappings defined must be present in the corresponding user entries.
values
- The values of the "subject-attribute-mapping" property.PropertyException
- If one or more of the new values are invalid.SortedSet<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<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 © 2010-2016 ForgeRock AS. All Rights Reserved.