|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubjectAttributeToUserAttributeCertificateMapperCfg
A server-side interface for querying Subject Attribute To User Attribute Certificate Mapper settings.
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.
Method Summary | |
---|---|
void |
addSubjectAttributeToUserAttributeChangeListener(ConfigurationChangeListener<SubjectAttributeToUserAttributeCertificateMapperCfg> listener)
Register to be notified when this Subject Attribute To User Attribute Certificate Mapper is changed. |
java.lang.Class<? extends SubjectAttributeToUserAttributeCertificateMapperCfg> |
configurationClass()
Gets the configuration class associated with this Subject Attribute To User Attribute Certificate Mapper. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.util.SortedSet<java.lang.String> |
getSubjectAttributeMapping()
Gets the "subject-attribute-mapping" property. |
java.util.SortedSet<DN> |
getUserBaseDN()
Gets the "user-base-dn" property. |
void |
removeSubjectAttributeToUserAttributeChangeListener(ConfigurationChangeListener<SubjectAttributeToUserAttributeCertificateMapperCfg> listener)
Deregister an existing Subject Attribute To User Attribute Certificate Mapper configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.CertificateMapperCfg |
---|
addChangeListener, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends SubjectAttributeToUserAttributeCertificateMapperCfg> configurationClass()
configurationClass
in interface CertificateMapperCfg
configurationClass
in interface Configuration
void addSubjectAttributeToUserAttributeChangeListener(ConfigurationChangeListener<SubjectAttributeToUserAttributeCertificateMapperCfg> listener)
listener
- The Subject Attribute To User Attribute Certificate Mapper configuration change listener.void removeSubjectAttributeToUserAttributeChangeListener(ConfigurationChangeListener<SubjectAttributeToUserAttributeCertificateMapperCfg> listener)
listener
- The Subject Attribute To User Attribute Certificate Mapper configuration change listener.java.lang.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 CertificateMapperCfg
java.util.SortedSet<java.lang.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.
java.util.SortedSet<DN> getUserBaseDN()
Specifies the base DNs that should be used when performing searches to map the client certificate to a user entry.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |