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()
Retrieves the password generator that will be used with this password
policy.
|
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 ConcurrentMap<DN,PasswordGenerator> |
DirectoryServer.getPasswordGenerators()
Retrieves the set of password generators that have been registered for use
with the Directory Server as a mapping between the DN of the associated
generator configuration entry and the generator implementation.
|
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-2016 ForgeRock AS. All Rights Reserved.