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 |
ExactMatchIdentityMapperCfgClient
A client-side interface for reading and modifying Exact Match
Identity Mapper settings.
|
interface |
RegularExpressionIdentityMapperCfgClient
A client-side interface for reading and modifying Regular
Expression Identity Mapper settings.
|
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 |
---|---|
IdentityMapperCfgClient |
RootCfgClient.getIdentityMapper(String name)
Gets the named Identity Mapper.
|
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 |
---|---|
IdentityMapperCfgClient |
IdentityMapperCfgDefn.createClientConfiguration(ManagedObject<? extends IdentityMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
IdentityMapperCfgClient |
IdentityMapperCfgDefn.createClientConfiguration(ManagedObject<? extends IdentityMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.