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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends ExactMatchIdentityMapperCfgClient,? extends ExactMatchIdentityMapperCfg> |
ExactMatchIdentityMapperCfgClient.definition()
Get the configuration definition associated with this Exact Match Identity Mapper.
|
Modifier and Type | Method and Description |
---|---|
ExactMatchIdentityMapperCfg |
ExactMatchIdentityMapperCfgDefn.createServerConfiguration(ServerManagedObject<? extends ExactMatchIdentityMapperCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<ExactMatchIdentityMapperCfg> |
ExactMatchIdentityMapperCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
ExactMatchIdentityMapperCfg |
ExactMatchIdentityMapperCfgDefn.createServerConfiguration(ServerManagedObject<? extends ExactMatchIdentityMapperCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ExactMatchIdentityMapperCfg> |
ExactMatchIdentityMapperCfg.configurationClass()
Gets the configuration class associated with this Exact Match Identity Mapper.
|
Modifier and Type | Method and Description |
---|---|
void |
ExactMatchIdentityMapperCfg.addExactMatchChangeListener(ConfigurationChangeListener<ExactMatchIdentityMapperCfg> listener)
Register to be notified when this Exact Match Identity Mapper is changed.
|
void |
ExactMatchIdentityMapperCfg.removeExactMatchChangeListener(ConfigurationChangeListener<ExactMatchIdentityMapperCfg> listener)
Deregister an existing Exact Match Identity Mapper configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
ExactMatchIdentityMapper.applyConfigurationChange(ExactMatchIdentityMapperCfg configuration) |
void |
ExactMatchIdentityMapper.initializeIdentityMapper(ExactMatchIdentityMapperCfg configuration) |
boolean |
ExactMatchIdentityMapper.isConfigurationAcceptable(ExactMatchIdentityMapperCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
ExactMatchIdentityMapper.isConfigurationChangeAcceptable(ExactMatchIdentityMapperCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2020 ForgeRock AS.