Uses of Class
org.opends.server.api.PasswordValidator
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of PasswordValidator in org.opends.server.core
Modifier and TypeMethodDescriptionPasswordValidator<? extends PasswordValidatorCfg>
DirectoryServer.getPasswordValidator
(Dn configEntryDN) PasswordValidator<? extends PasswordValidatorCfg>
ServerContext.getPasswordValidator
(Dn configEntryDN) Retrieves the password validator registered with the provided configuration entry DN.Modifier and TypeMethodDescriptionabstract Collection<PasswordValidator<?>>
PasswordPolicy.getPasswordValidators()
Retrieves the set of password validators for this password policy.SubentryPasswordPolicy.getPasswordValidators()
Modifier and TypeMethodDescriptionfinal boolean
PasswordPolicy.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason, PasswordValidator<?> passwordInHistoryValidator) Indicates whether the provided password appears to be acceptable according to the password validators, and adds aPasswordQualityAdviceResponseControl
to the operation's response if requested.void
DirectoryServer.registerPasswordValidator
(Dn configEntryDN, PasswordValidator<? extends PasswordValidatorCfg> validator) void
ServerContext.registerPasswordValidator
(Dn configEntryDN, PasswordValidator<? extends PasswordValidatorCfg> validator) Registers the provided password validator for use with the Directory Server. -
Uses of PasswordValidator in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
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.final class
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
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not contained in a specified dictionary.final class
This class provides a password validator that can ensure that the provided password meets minimum and/or maximum length requirements.final class
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.final class
This class provides a password validator that can ensure that the provided password meets minimum similarity requirements.final class
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.