Uses of Record Class
org.forgerock.opendj.security.hash.ConnectionConfig
Packages that use ConnectionConfig
Package
Description
Classes and interfaces providing hashing functionality.
Classes and interfaces providing hashing functionality for Bcrypt algorithm.
Classes and interfaces providing hashing functionality for PBKDF2 algorithm.
-
Uses of ConnectionConfig in org.forgerock.opendj.security.hash
Constructors in org.forgerock.opendj.security.hash with parameters of type ConnectionConfigModifierConstructorDescriptionprotected
AbstractRemotePasswordEncodingService
(String storageSchemeName, ConnectionConfig connectionConfig, Supplier<io.opentelemetry.api.OpenTelemetry> openTelemetry) Constructs anAbstractRemotePasswordEncodingService
for the provided storage scheme name. -
Uses of ConnectionConfig in org.forgerock.opendj.security.hash.bcrypt
Constructors in org.forgerock.opendj.security.hash.bcrypt with parameters of type ConnectionConfigModifierConstructorDescriptionRemoteBcryptPasswordEncodingService
(String storageSchemeName, ConnectionConfig connectionConfig, Supplier<io.opentelemetry.api.OpenTelemetry> openTelemetry) Constructs a Bcrypt encoding service that will use a remote endpoint to encode the passwords. -
Uses of ConnectionConfig in org.forgerock.opendj.security.hash.pbkdf2
Constructors in org.forgerock.opendj.security.hash.pbkdf2 with parameters of type ConnectionConfigModifierConstructorDescriptionRemotePBKDF2PasswordEncodingService
(String storageSchemeName, ConnectionConfig connectionConfig, Supplier<io.opentelemetry.api.OpenTelemetry> openTelemetry) Constructs a Bcrypt encoding service that will use a remote endpoint to encode the passwords.