Uses of Class
org.opends.server.api.PasswordStorageScheme
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 PasswordStorageScheme in org.opends.server.core
Modifier and TypeMethodDescriptionDirectoryServer.getAuthPasswordStorageScheme
(String name) ServerContext.getAuthPasswordStorageScheme
(String name) Retrieves the specified authentication password storage scheme.DirectoryServer.getPasswordStorageScheme
(String lowerName) DirectoryServer.getPasswordStorageScheme
(Dn configEntryDN) ServerContext.getPasswordStorageScheme
(String lowerName) Retrieves the specified password storage scheme.ServerContext.getPasswordStorageScheme
(Dn configEntryDN) Retrieves the password storage scheme defined in the specified configuration entry.Modifier and TypeMethodDescriptionDirectoryServer.getAuthPasswordStorageSchemes()
ServerContext.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.abstract List<PasswordStorageScheme<?>>
PasswordPolicy.getDefaultPasswordStorageSchemes()
Retrieves the default set of password storage schemes that will be used for this password policy.SubentryPasswordPolicy.getDefaultPasswordStorageSchemes()
DirectoryServer.getPasswordStorageSchemes()
ServerContext.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 TypeMethodDescriptionstatic boolean
PasswordVerifier.authPasswordMatches
(PasswordStorageScheme<?> scheme, ByteString plaintextPassword, AuthPassword password) Indicates whether the provided plaintext password matches the encoded password using the authentication password syntax.void
DirectoryServer.registerPasswordStorageScheme
(Dn configEntryDN, PasswordStorageScheme<?> scheme) void
ServerContext.registerPasswordStorageScheme
(Dn configEntryDN, PasswordStorageScheme<?> scheme) Registers the provided password storage scheme with the Directory Server.static boolean
PasswordVerifier.userPasswordMatches
(PasswordStorageScheme<?> scheme, ByteString plaintextPassword, UserPassword password) Indicates whether the provided plaintext password matches the encoded password using the user password syntax. -
Uses of PasswordStorageScheme in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
This class defines a Directory Server password storage scheme that will encode values using the AES reversible encryption algorithm.final class
This class defines a Directory Server password storage scheme that will encode values using the Argon2 encryption algorithm.final class
This class defines a Directory Server password storage scheme that will store the values in base64-encoded form.final class
This class defines a Directory Server password storage scheme that will encode values using the BCrypt encryption algorithm.final class
This class defines a Directory Server password storage scheme that will encode values using the Blowfish reversible encryption algorithm.final class
This class defines a Directory Server password storage scheme that will store the values in clear-text with no encoding at all.final class
This class defines a Directory Server password storage scheme based on the UNIX Crypt algorithm.final class
This class defines a Directory Server password storage scheme based on the MD5 algorithm defined in RFC 1321.final class
This class defines a Directory Server password storage scheme based on the PBKDF2 algorithm defined in RFC 2898, using HMAC-SHA256 pseudorandom function.final class
This class defines a Directory Server password storage scheme based on the PBKDF2 algorithm defined in RFC 2898, using HMAC-SHA512 pseudorandom function.final class
This class defines a Directory Server password storage scheme based on the PBKDF2 algorithm defined in RFC 2898.final class
This class defines a Directory Server password storage scheme based on the Atlassian PBKDF2-base hash algorithm.final class
This class defines a Directory Server password storage scheme that will encode values using the RC4 reversible encryption algorithm.final class
This class defines a Directory Server password storage scheme based on the MD5 algorithm defined in RFC 1321.final class
This class defines a Directory Server password storage scheme based on the SHA-1 algorithm defined in FIPS 180-1.final class
This class defines a Directory Server password storage scheme based on the 256-bit SHA-2 algorithm defined in FIPS 180-2.final class
This class defines a Directory Server password storage scheme based on the 384-bit SHA-2 algorithm defined in FIPS 180-2.final class
This class defines a Directory Server password storage scheme based on the 512-bit SHA-2 algorithm defined in FIPS 180-2.final class
This class defines a Directory Server password storage scheme based on the SCRAM-SHA-256 SASL mechanism defined in RFCs 5802, 5803 and 7677.final class
This class defines a Directory Server password storage scheme based on the SCRAM-SHA-512 SASL mechanism defined in RFCs 5802, 5803 and 7677.final class
This class defines a Directory Server password storage scheme based on the SHA-1 algorithm defined in FIPS 180-1.final class
This class defines a Directory Server password storage scheme that will encode values using the triple-DES (DES/EDE) reversible encryption algorithm.