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 PasswordStorageScheme<?> |
DirectoryServer.getAuthPasswordStorageScheme(String name)
Retrieves the specified authentication password storage scheme.
|
static PasswordStorageScheme<?> |
DirectoryServer.getPasswordStorageScheme(Dn configEntryDN)
Retrieves the password storage scheme defined in the specified configuration entry.
|
static PasswordStorageScheme<?> |
DirectoryServer.getPasswordStorageScheme(String lowerName)
Retrieves the specified password storage scheme.
|
Modifier and Type | Method and Description |
---|---|
static ConcurrentHashMap<String,PasswordStorageScheme<?>> |
DirectoryServer.getAuthPasswordStorageSchemes()
Retrieves the set of authentication password storage schemes defined in the Directory Server, as a mapping
between the scheme name and the corresponding implementation.
|
List<PasswordStorageScheme<?>> |
SubentryPasswordPolicy.getDefaultPasswordStorageSchemes() |
abstract List<PasswordStorageScheme<?>> |
PasswordPolicy.getDefaultPasswordStorageSchemes()
Retrieves the default set of password storage schemes that will be used for this password policy.
|
static Collection<PasswordStorageScheme<?>> |
DirectoryServer.getPasswordStorageSchemes()
Retrieves the set of password storage schemes defined in the Directory Server, as a mapping between the
all-lowercase scheme name and the corresponding implementation.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerPasswordStorageScheme(Dn configEntryDN,
PasswordStorageScheme<?> scheme)
Registers the provided password storage scheme with the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
AESPasswordStorageScheme
This class defines a Directory Server password storage scheme that will encode values using the AES reversible
encryption algorithm.
|
class |
Base64PasswordStorageScheme
This class defines a Directory Server password storage scheme that will store the values in base64-encoded form.
|
class |
BcryptPasswordStorageScheme
This class defines a Directory Server password storage scheme that will encode values using the BCrypt encryption
algorithm.
|
class |
BlowfishPasswordStorageScheme
This class defines a Directory Server password storage scheme that will encode values using the Blowfish reversible
encryption algorithm.
|
class |
ClearPasswordStorageScheme
This class defines a Directory Server password storage scheme that will store the values in clear-text with no
encoding at all.
|
class |
CryptPasswordStorageScheme
This class defines a Directory Server password storage scheme based on the UNIX Crypt algorithm.
|
class |
MD5PasswordStorageScheme
This class defines a Directory Server password storage scheme based on the MD5 algorithm defined in RFC 1321.
|
class |
PBKDF2PasswordStorageScheme
This class defines a Directory Server password storage scheme based on the PBKDF2 algorithm defined in RFC 2898.
|
class |
PKCS5S2PasswordStorageScheme
This class defines a Directory Server password storage scheme based on the Atlassian PBKF2-base hash algorithm.
|
class |
RC4PasswordStorageScheme
This class defines a Directory Server password storage scheme that will encode values using the RC4 reversible
encryption algorithm.
|
class |
SaltedAbstractPasswordStorageScheme<C extends PasswordStorageSchemeCfg>
Abstract class to help create salted password storage schemes.
|
class |
SaltedMD5PasswordStorageScheme
This class defines a Directory Server password storage scheme based on the MD5 algorithm defined in RFC 1321.
|
class |
SaltedSHA1PasswordStorageScheme
This class defines a Directory Server password storage scheme based on the SHA-1 algorithm defined in FIPS 180-1.
|
class |
SaltedSHA256PasswordStorageScheme
This class defines a Directory Server password storage scheme based on the 256-bit SHA-2 algorithm defined in FIPS
180-2.
|
class |
SaltedSHA384PasswordStorageScheme
This class defines a Directory Server password storage scheme based on the 384-bit SHA-2 algorithm defined in FIPS
180-2.
|
class |
SaltedSHA512PasswordStorageScheme
This class defines a Directory Server password storage scheme based on the 512-bit SHA-2 algorithm defined in FIPS
180-2.
|
class |
SHA1PasswordStorageScheme
This class defines a Directory Server password storage scheme based on the SHA-1 algorithm defined in FIPS 180-1.
|
class |
TripleDESPasswordStorageScheme
This class defines a Directory Server password storage scheme that will encode values using the triple-DES (DES/EDE)
reversible encryption algorithm.
|
Copyright 2010-2022 ForgeRock AS.