Uses of Class
org.forgerock.opendj.security.ScramCredential
Packages that use ScramCredential
Package
Description
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.Contains various classes that comprise the core of the Directory Server codebase.
-
Uses of ScramCredential in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return ScramCredentialModifier 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
.Methods in org.forgerock.opendj.security with parameters of type ScramCredentialModifier 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. -
Uses of ScramCredential in org.opends.server.core
Methods in org.opends.server.core that return types with arguments of type ScramCredentialModifier and TypeMethodDescriptionPasswordPolicyState.getScramCredentials
(String scramMechanism) Retrieves a list of the SCRAM credentials for the user, or an empty list if the user does not have any.