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 interfaceFingerprintCertificateMapperCfgClientA client-side interface for reading and modifying Fingerprint Certificate Mapper settings.interfaceSubjectAttributeToUserAttributeCertificateMapperCfgClientA client-side interface for reading and modifying Subject Attribute To User Attribute Certificate Mapper settings.interfaceSubjectDNToUserAttributeCertificateMapperCfgClientA client-side interface for reading and modifying Subject DN To User Attribute Certificate Mapper settings.interfaceSubjectEqualsDNCertificateMapperCfgClientA 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 CertificateMapperCfgClientRootCfgClient. 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 CertificateMapperCfgClientCertificateMapperCfgDefn. createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient> impl)Creates a client configuration view of the provided managed object.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 CertificateMapperCfgClientCertificateMapperCfgDefn. createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient> impl)Creates a client configuration view of the provided managed object.
-