Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
<C extends CertificateMapperCfgClient> |
RootCfgClient.createCertificateMapper(ManagedObjectDefinition<C,? extends CertificateMapperCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Certificate Mapper.
|
Modifier and Type | Method and Description |
---|---|
CertificateMapperCfgClient |
RootCfgClient.getCertificateMapper(String name)
Gets the named Certificate Mapper.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends CertificateMapperCfgClient,? extends CertificateMapperCfg> |
CertificateMapperCfgClient.definition()
Get the configuration definition associated with this Certificate Mapper.
|
Modifier and Type | Method and Description |
---|---|
CertificateMapperCfgClient |
CertificateMapperCfgDefn.createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
AggregationPropertyDefinition<CertificateMapperCfgClient,CertificateMapperCfg> |
ExternalSASLMechanismHandlerCfgDefn.getCertificateMapperPropertyDefinition()
Get the "certificate-mapper" property definition.
|
InstantiableRelationDefinition<CertificateMapperCfgClient,CertificateMapperCfg> |
RootCfgDefn.getCertificateMappersRelationDefinition()
Get the "certificate-mappers" relation definition.
|
Modifier and Type | Method and Description |
---|---|
CertificateMapperCfgClient |
CertificateMapperCfgDefn.createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.