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 IdentityMapperCfgClient,? extends IdentityMapperCfg> |
IdentityMapperCfgClient.definition()
Get the configuration definition associated with this Identity Mapper.
|
Modifier and Type | Method and Description |
---|---|
<C extends IdentityMapperCfgClient> |
RootCfgClient.createIdentityMapper(ManagedObjectDefinition<C,? extends IdentityMapperCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Identity Mapper.
|
Modifier and Type | Method and Description |
---|---|
IdentityMapperCfg |
IdentityMapperCfgDefn.createServerConfiguration(ServerManagedObject<? extends IdentityMapperCfg> impl) |
Modifier and Type | Method and Description |
---|---|
IdentityMapperCfg |
IdentityMapperCfgDefn.createServerConfiguration(ServerManagedObject<? extends IdentityMapperCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExactMatchIdentityMapperCfg
A server-side interface for querying Exact Match Identity Mapper
settings.
|
interface |
RegularExpressionIdentityMapperCfg
A server-side interface for querying Regular Expression Identity
Mapper settings.
|
Modifier and Type | Method and Description |
---|---|
IdentityMapperCfg |
RootCfg.getIdentityMapper(String name)
Gets the named Identity Mapper.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends IdentityMapperCfg> |
IdentityMapperCfg.configurationClass()
Gets the configuration class associated with this Identity Mapper.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentityMapperCfg.addChangeListener(ConfigurationChangeListener<IdentityMapperCfg> listener)
Register to be notified when this Identity Mapper is changed.
|
void |
RootCfg.addIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg> listener)
Registers to be notified when new Identity Mappers are added.
|
void |
RootCfg.addIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg> listener)
Registers to be notified when existing Identity Mappers are deleted.
|
void |
IdentityMapperCfg.removeChangeListener(ConfigurationChangeListener<IdentityMapperCfg> listener)
Deregister an existing Identity Mapper configuration change listener.
|
void |
RootCfg.removeIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg> listener)
Deregisters an existing Identity Mapper configuration add listener.
|
void |
RootCfg.removeIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg> listener)
Deregisters an existing Identity Mapper configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityMapper<T extends IdentityMapperCfg>
This class defines the set of methods and structures that must be implemented by a Directory Server identity mapper.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
IdentityMapperConfigManager.applyConfigurationAdd(IdentityMapperCfg configuration) |
ConfigChangeResult |
IdentityMapperConfigManager.applyConfigurationChange(IdentityMapperCfg configuration) |
ConfigChangeResult |
IdentityMapperConfigManager.applyConfigurationDelete(IdentityMapperCfg configuration) |
boolean |
IdentityMapperConfigManager.isConfigurationAddAcceptable(IdentityMapperCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
IdentityMapperConfigManager.isConfigurationChangeAcceptable(IdentityMapperCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
IdentityMapperConfigManager.isConfigurationDeleteAcceptable(IdentityMapperCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.