Package | Description |
---|---|
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 |
---|---|
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 |
---|---|
Collection<PasswordValidator<?>> |
SubentryPasswordPolicy.getPasswordValidators() |
abstract Collection<PasswordValidator<?>> |
PasswordPolicy.getPasswordValidators()
Retrieves the set of password validators for this password policy.
|
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 | Class and Description |
---|---|
class |
AttributeValuePasswordValidator
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not contained
in another attribute in the user's entry.
|
class |
CharacterSetPasswordValidator
This class provides an OpenDJ password validator that may be used to ensure that proposed passwords contain at least
a specified number of characters from one or more user-defined character sets.
|
class |
DictionaryPasswordValidator
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not contained
in a specified dictionary.
|
class |
LengthBasedPasswordValidator
This class provides a password validator that can ensure that the provided password meets minimum and/or maximum
length requirements.
|
class |
RepeatedCharactersPasswordValidator
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not allowed
to have the same character appear several times consecutively.
|
class |
SimilarityBasedPasswordValidator
This class provides a password validator that can ensure that the provided password meets minimum similarity
requirements.
|
class |
UniqueCharactersPasswordValidator
This class provides an OpenDS password validator that may be used to ensure that proposed passwords contain at least
a specified number of different characters.
|
Copyright 2010-2020 ForgeRock AS.