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.
|
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 PasswordGeneratorCfgClient,? extends PasswordGeneratorCfg> |
PasswordGeneratorCfgClient.definition()
Get the configuration definition associated with this Password Generator.
|
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 |
---|---|
PasswordGeneratorCfg |
PasswordGeneratorCfgDefn.createServerConfiguration(ServerManagedObject<? extends PasswordGeneratorCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
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.
|
Class<PasswordGeneratorCfg> |
PasswordGeneratorCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
PasswordGeneratorCfg |
PasswordGeneratorCfgDefn.createServerConfiguration(ServerManagedObject<? extends PasswordGeneratorCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RandomPasswordGeneratorCfg
A server-side interface for querying Random Password Generator
settings.
|
Modifier and Type | Method and Description |
---|---|
PasswordGeneratorCfg |
RootCfg.getPasswordGenerator(String name)
Gets the named Password Generator.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends PasswordGeneratorCfg> |
PasswordGeneratorCfg.configurationClass()
Gets the configuration class associated with this Password Generator.
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordGeneratorCfg.addChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
Register to be notified when this Password Generator is changed.
|
void |
RootCfg.addPasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)
Registers to be notified when new Password Generators are added.
|
void |
RootCfg.addPasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)
Registers to be notified when existing Password Generators are deleted.
|
void |
PasswordGeneratorCfg.removeChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
Deregister an existing Password Generator configuration change listener.
|
void |
RootCfg.removePasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)
Deregisters an existing Password Generator configuration add listener.
|
void |
RootCfg.removePasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)
Deregisters an existing Password Generator configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
PasswordGenerator<T extends PasswordGeneratorCfg>
This class defines a set of methods and structures that must be
implemented by a Directory Server module that may be used to
generate user passwords.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PasswordGenerator.isConfigurationAcceptable(PasswordGeneratorCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this password generator.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
PasswordGeneratorConfigManager.applyConfigurationAdd(PasswordGeneratorCfg configuration) |
ConfigChangeResult |
PasswordGeneratorConfigManager.applyConfigurationChange(PasswordGeneratorCfg configuration) |
ConfigChangeResult |
PasswordGeneratorConfigManager.applyConfigurationDelete(PasswordGeneratorCfg configuration) |
boolean |
PasswordGeneratorConfigManager.isConfigurationAddAcceptable(PasswordGeneratorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
PasswordGeneratorConfigManager.isConfigurationChangeAcceptable(PasswordGeneratorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
PasswordGeneratorConfigManager.isConfigurationDeleteAcceptable(PasswordGeneratorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
boolean |
RandomPasswordGenerator.isConfigurationAcceptable(PasswordGeneratorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2017 ForgeRock AS.