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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RandomPasswordGeneratorCfgClient
A client-side interface for reading and modifying Random Password
Generator settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends PasswordGeneratorCfgClient> |
RootCfgClient.createPasswordGenerator(ManagedObjectDefinition<C,? extends PasswordGeneratorCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Password Generator.
|
Modifier and Type | Method and Description |
---|---|
PasswordGeneratorCfgClient |
RootCfgClient.getPasswordGenerator(String name)
Gets the named Password Generator.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends PasswordGeneratorCfgClient,? extends PasswordGeneratorCfg> |
PasswordGeneratorCfgClient.definition()
Get the configuration definition associated with this Password Generator.
|
Modifier and Type | Method and Description |
---|---|
PasswordGeneratorCfgClient |
PasswordGeneratorCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordGeneratorCfgClient> impl) |
Modifier and Type | Method and Description |
---|---|
AggregationPropertyDefinition<PasswordGeneratorCfgClient,PasswordGeneratorCfg> |
PasswordPolicyCfgDefn.getPasswordGeneratorPropertyDefinition()
Get the "password-generator" property definition.
|
InstantiableRelationDefinition<PasswordGeneratorCfgClient,PasswordGeneratorCfg> |
RootCfgDefn.getPasswordGeneratorsRelationDefinition()
Get the "password-generators" relation definition.
|
Modifier and Type | Method and Description |
---|---|
PasswordGeneratorCfgClient |
PasswordGeneratorCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordGeneratorCfgClient> impl) |
Copyright 2010-2020 ForgeRock AS.