Uses of Class
org.forgerock.opendj.security.ScramCredential
Package
Description
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.-
Uses of ScramCredential in org.forgerock.opendj.security
Modifier and TypeMethodDescriptionScramMechanism.newScramCredential
(ByteString password) Generates a new SCRAM credential suitable for storage in the server, using an iteration count of 10000.ScramMechanism.newScramCredential
(ByteString password, int iterations) Generates a new SCRAM credential suitable for storage in the server.static ScramCredential
Parses the provided RFC 5803 representation of a SCRAM credential as aScramCredential
.Modifier and TypeMethodDescriptionboolean
ScramMechanism.passwordMatches
(ScramCredential scramCredential, ByteString password) Returnstrue
if the password matches the stored SCRAM credentials.void
ScramCredentialCallback.setScramCredential
(ScramCredential scramCredential) Sets the SCRAM credential associated with the authenticating user.