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 |
---|---|
PasswordGenerator<?> |
SubentryPasswordPolicy.getPasswordGenerator() |
abstract PasswordGenerator<?> |
PasswordPolicy.getPasswordGenerator()
Retrieves the password generator that will be used with this password policy.
|
static PasswordGenerator<?> |
DirectoryServer.getPasswordGenerator(Dn configEntryDN)
Retrieves the password generator registered with the provided configuration entry DN.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerPasswordGenerator(Dn configEntryDN,
PasswordGenerator<?> generator)
Registers the provided password generator for use with the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomPasswordGenerator
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.
|
Copyright 2010-2022 ForgeRock AS.