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.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
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 |
---|---|
<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 |
---|---|
CertificateMapperCfg |
CertificateMapperCfgDefn.createServerConfiguration(ServerManagedObject<? extends CertificateMapperCfg> impl) |
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.
|
Class<CertificateMapperCfg> |
CertificateMapperCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
CertificateMapperCfg |
CertificateMapperCfgDefn.createServerConfiguration(ServerManagedObject<? extends CertificateMapperCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
FingerprintCertificateMapperCfg
A server-side interface for querying Fingerprint Certificate Mapper
settings.
|
interface |
SubjectAttributeToUserAttributeCertificateMapperCfg
A server-side interface for querying Subject Attribute To User
Attribute Certificate Mapper settings.
|
interface |
SubjectDnToUserAttributeCertificateMapperCfg
A server-side interface for querying Subject DN To User Attribute
Certificate Mapper settings.
|
interface |
SubjectEqualsDnCertificateMapperCfg
A server-side interface for querying Subject Equals DN Certificate
Mapper settings.
|
Modifier and Type | Method and Description |
---|---|
CertificateMapperCfg |
RootCfg.getCertificateMapper(String name)
Gets the named Certificate Mapper.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends CertificateMapperCfg> |
CertificateMapperCfg.configurationClass()
Gets the configuration class associated with this Certificate Mapper.
|
Modifier and Type | Method and Description |
---|---|
void |
RootCfg.addCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg> listener)
Registers to be notified when new Certificate Mappers are added.
|
void |
RootCfg.addCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg> listener)
Registers to be notified when existing Certificate Mappers are deleted.
|
void |
CertificateMapperCfg.addChangeListener(ConfigurationChangeListener<CertificateMapperCfg> listener)
Register to be notified when this Certificate Mapper is changed.
|
void |
RootCfg.removeCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg> listener)
Deregisters an existing Certificate Mapper configuration add listener.
|
void |
RootCfg.removeCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg> listener)
Deregisters an existing Certificate Mapper configuration delete listener.
|
void |
CertificateMapperCfg.removeChangeListener(ConfigurationChangeListener<CertificateMapperCfg> listener)
Deregister an existing Certificate Mapper configuration change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
CertificateMapper<T extends CertificateMapperCfg>
This class defines the set of methods and structures that must be implemented by a Directory Server module that
implements the functionality required to uniquely map an SSL client certificate to a Directory Server user entry.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
CertificateMapperConfigManager.applyConfigurationAdd(CertificateMapperCfg configuration) |
ConfigChangeResult |
CertificateMapperConfigManager.applyConfigurationChange(CertificateMapperCfg configuration) |
ConfigChangeResult |
CertificateMapperConfigManager.applyConfigurationDelete(CertificateMapperCfg configuration) |
boolean |
CertificateMapperConfigManager.isConfigurationAddAcceptable(CertificateMapperCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
CertificateMapperConfigManager.isConfigurationChangeAcceptable(CertificateMapperCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
CertificateMapperConfigManager.isConfigurationDeleteAcceptable(CertificateMapperCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.