Uses of Interface
org.forgerock.opendj.server.config.server.SubjectDnToUserAttributeCertificateMapperCfg
-
Packages that use SubjectDnToUserAttributeCertificateMapperCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
Uses of SubjectDnToUserAttributeCertificateMapperCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SubjectDnToUserAttributeCertificateMapperCfg Modifier and Type Method Description ManagedObjectDefinition<? extends SubjectDnToUserAttributeCertificateMapperCfgClient,? extends SubjectDnToUserAttributeCertificateMapperCfg>
SubjectDnToUserAttributeCertificateMapperCfgClient. definition()
Get the configuration definition associated with this Subject DN To User Attribute Certificate Mapper. -
Uses of SubjectDnToUserAttributeCertificateMapperCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SubjectDnToUserAttributeCertificateMapperCfg Modifier and Type Method Description SubjectDnToUserAttributeCertificateMapperCfg
SubjectDnToUserAttributeCertificateMapperCfgDefn. createServerConfiguration(ServerManagedObject<? extends SubjectDnToUserAttributeCertificateMapperCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type SubjectDnToUserAttributeCertificateMapperCfg Modifier and Type Method Description Class<SubjectDnToUserAttributeCertificateMapperCfg>
SubjectDnToUserAttributeCertificateMapperCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SubjectDnToUserAttributeCertificateMapperCfg Modifier and Type Method Description SubjectDnToUserAttributeCertificateMapperCfg
SubjectDnToUserAttributeCertificateMapperCfgDefn. createServerConfiguration(ServerManagedObject<? extends SubjectDnToUserAttributeCertificateMapperCfg> impl)
-
Uses of SubjectDnToUserAttributeCertificateMapperCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type SubjectDnToUserAttributeCertificateMapperCfg Modifier and Type Method Description Class<? extends SubjectDnToUserAttributeCertificateMapperCfg>
SubjectDnToUserAttributeCertificateMapperCfg. configurationClass()
Gets the configuration class associated with this Subject DN To User Attribute Certificate Mapper.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type SubjectDnToUserAttributeCertificateMapperCfg Modifier and Type Method Description void
SubjectDnToUserAttributeCertificateMapperCfg. addSubjectDnToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDnToUserAttributeCertificateMapperCfg> listener)
Register to be notified when this Subject DN To User Attribute Certificate Mapper is changed.void
SubjectDnToUserAttributeCertificateMapperCfg. removeSubjectDnToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDnToUserAttributeCertificateMapperCfg> listener)
Deregister an existing Subject DN To User Attribute Certificate Mapper configuration change listener. -
Uses of SubjectDnToUserAttributeCertificateMapperCfg in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type SubjectDnToUserAttributeCertificateMapperCfg Modifier and Type Method Description protected ConfigChangeResult
SubjectDNToUserAttributeCertificateMapper. applyConfigurationChange0(SubjectDnToUserAttributeCertificateMapperCfg configuration)
protected void
SubjectDNToUserAttributeCertificateMapper. initializeCertificateMapper0(SubjectDnToUserAttributeCertificateMapperCfg cfg)
-