Uses of Class
org.opends.server.api.PasswordGenerator
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 PasswordGenerator in org.opends.server.core
Modifier and TypeMethodDescriptionDirectoryServer.getPasswordGenerator
(Dn configEntryDN) abstract PasswordGenerator<?>
PasswordPolicy.getPasswordGenerator()
Retrieves the password generator that will be used with this password policy.ServerContext.getPasswordGenerator
(Dn configEntryDN) Retrieves the password generator registered with the provided configuration entry DN.SubentryPasswordPolicy.getPasswordGenerator()
Modifier and TypeMethodDescriptionvoid
DirectoryServer.registerPasswordGenerator
(Dn configEntryDN, PasswordGenerator<?> generator) void
ServerContext.registerPasswordGenerator
(Dn configEntryDN, PasswordGenerator<?> generator) Registers the provided password generator for use with the Directory Server. -
Uses of PasswordGenerator in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
This class provides an implementation of a Directory Server password generator that will create random passwords based on fixed-length strings built from one or more character sets.