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 PasswordValidatorCfgClient,? extends PasswordValidatorCfg> |
PasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Password Validator.
|
Modifier and Type | Method and Description |
---|---|
<C extends PasswordValidatorCfgClient> |
RootCfgClient.createPasswordValidator(ManagedObjectDefinition<C,? extends PasswordValidatorCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Password Validator.
|
Modifier and Type | Method and Description |
---|---|
PasswordValidatorCfg |
PasswordValidatorCfgDefn.createServerConfiguration(ServerManagedObject<? extends PasswordValidatorCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
AggregationPropertyDefinition<PasswordValidatorCfgClient,PasswordValidatorCfg> |
PasswordPolicyCfgDefn.getPasswordValidatorPropertyDefinition()
Get the "password-validator" property definition.
|
InstantiableRelationDefinition<PasswordValidatorCfgClient,PasswordValidatorCfg> |
RootCfgDefn.getPasswordValidatorsRelationDefinition()
Get the "password-validators" relation definition.
|
Class<PasswordValidatorCfg> |
PasswordValidatorCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
PasswordValidatorCfg |
PasswordValidatorCfgDefn.createServerConfiguration(ServerManagedObject<? extends PasswordValidatorCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeValuePasswordValidatorCfg
A server-side interface for querying Attribute Value Password
Validator settings.
|
interface |
CharacterSetPasswordValidatorCfg
A server-side interface for querying Character Set Password
Validator settings.
|
interface |
DictionaryPasswordValidatorCfg
A server-side interface for querying Dictionary Password Validator
settings.
|
interface |
LengthBasedPasswordValidatorCfg
A server-side interface for querying Length Based Password
Validator settings.
|
interface |
RepeatedCharactersPasswordValidatorCfg
A server-side interface for querying Repeated Characters Password
Validator settings.
|
interface |
SimilarityBasedPasswordValidatorCfg
A server-side interface for querying Similarity Based Password
Validator settings.
|
interface |
UniqueCharactersPasswordValidatorCfg
A server-side interface for querying Unique Characters Password
Validator settings.
|
Modifier and Type | Method and Description |
---|---|
PasswordValidatorCfg |
RootCfg.getPasswordValidator(String name)
Gets the named Password Validator.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends PasswordValidatorCfg> |
PasswordValidatorCfg.configurationClass()
Gets the configuration class associated with this Password Validator.
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordValidatorCfg.addChangeListener(ConfigurationChangeListener<PasswordValidatorCfg> listener)
Register to be notified when this Password Validator is changed.
|
void |
RootCfg.addPasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)
Registers to be notified when new Password Validators are added.
|
void |
RootCfg.addPasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg> listener)
Registers to be notified when existing Password Validators are deleted.
|
void |
PasswordValidatorCfg.removeChangeListener(ConfigurationChangeListener<PasswordValidatorCfg> listener)
Deregister an existing Password Validator configuration change listener.
|
void |
RootCfg.removePasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)
Deregisters an existing Password Validator configuration add listener.
|
void |
RootCfg.removePasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg> listener)
Deregisters an existing Password Validator configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
PasswordValidator<T extends PasswordValidatorCfg>
This class defines the set of methods and structures that must be
implemented by a Directory Server module that may be used to
determine whether a proposed password is acceptable for a user.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PasswordValidator.isConfigurationAcceptable(PasswordValidatorCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this password validator.
|
Modifier and Type | Method and Description |
---|---|
static PasswordValidator<? extends PasswordValidatorCfg> |
DirectoryServer.getPasswordValidator(DN configEntryDN)
Retrieves the password validator registered with the provided configuration
entry DN.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
PasswordValidatorConfigManager.applyConfigurationAdd(PasswordValidatorCfg configuration) |
ConfigChangeResult |
PasswordValidatorConfigManager.applyConfigurationChange(PasswordValidatorCfg configuration) |
ConfigChangeResult |
PasswordValidatorConfigManager.applyConfigurationDelete(PasswordValidatorCfg configuration) |
boolean |
PasswordValidatorConfigManager.isConfigurationAddAcceptable(PasswordValidatorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
PasswordValidatorConfigManager.isConfigurationChangeAcceptable(PasswordValidatorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
PasswordValidatorConfigManager.isConfigurationDeleteAcceptable(PasswordValidatorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerPasswordValidator(DN configEntryDN,
PasswordValidator<? extends PasswordValidatorCfg> validator)
Registers the provided password validator for use with the Directory
Server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LengthBasedPasswordValidator.isConfigurationAcceptable(PasswordValidatorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
DictionaryPasswordValidator.isConfigurationAcceptable(PasswordValidatorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
CharacterSetPasswordValidator.isConfigurationAcceptable(PasswordValidatorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
AttributeValuePasswordValidator.isConfigurationAcceptable(PasswordValidatorCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2017 ForgeRock AS.