Uses of Interface
org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
-
Packages that use CertificateMapperCfgClient 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. -
-
Uses of CertificateMapperCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of CertificateMapperCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
FingerprintCertificateMapperCfgClient
A client-side interface for reading and modifying Fingerprint Certificate Mapper settings.interface
SubjectAttributeToUserAttributeCertificateMapperCfgClient
A client-side interface for reading and modifying Subject Attribute To User Attribute Certificate Mapper settings.interface
SubjectDnToUserAttributeCertificateMapperCfgClient
A client-side interface for reading and modifying Subject DN To User Attribute Certificate Mapper settings.interface
SubjectEqualsDnCertificateMapperCfgClient
A client-side interface for reading and modifying Subject Equals DN Certificate Mapper settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type CertificateMapperCfgClient Modifier and Type Method Description <C extends CertificateMapperCfgClient>
CRootCfgClient. createCertificateMapper(ManagedObjectDefinition<C,? extends CertificateMapperCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Certificate Mapper.Methods in org.forgerock.opendj.server.config.client that return CertificateMapperCfgClient Modifier and Type Method Description CertificateMapperCfgClient
RootCfgClient. getCertificateMapper(String name)
Gets the named Certificate Mapper.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type CertificateMapperCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends CertificateMapperCfgClient,? extends CertificateMapperCfg>
CertificateMapperCfgClient. definition()
Get the configuration definition associated with this Certificate Mapper. -
Uses of CertificateMapperCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return CertificateMapperCfgClient Modifier and Type Method Description CertificateMapperCfgClient
CertificateMapperCfgDefn. createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type CertificateMapperCfgClient Modifier and Type Method Description AggregationPropertyDefinition<CertificateMapperCfgClient,CertificateMapperCfg>
ExternalSaslMechanismHandlerCfgDefn. getCertificateMapperPropertyDefinition()
Get the "certificate-mapper" property definition.InstantiableRelationDefinition<CertificateMapperCfgClient,CertificateMapperCfg>
RootCfgDefn. getCertificateMappersRelationDefinition()
Get the "certificate-mappers" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type CertificateMapperCfgClient Modifier and Type Method Description CertificateMapperCfgClient
CertificateMapperCfgDefn. createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient> impl)
-