Uses of Class
org.forgerock.opendj.security.ScramCredential
-
Packages that use ScramCredential Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service. -
-
Uses of ScramCredential in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return ScramCredential Modifier and Type Method Description ScramCredential
ScramMechanism. newScramCredential(ByteSequence password)
Generates a new SCRAM credential suitable for storage in the server, using an iteration count of 10000.ScramCredential
ScramMechanism. newScramCredential(ByteSequence password, int iterations)
Generates a new SCRAM credential suitable for storage in the server.static ScramCredential
ScramCredential. valueOf(String rfc5803String)
Parses the provided RFC 5803 representation of a SCRAM credential as aScramCredential
.Methods in org.forgerock.opendj.security with parameters of type ScramCredential Modifier and Type Method Description boolean
ScramMechanism. passwordMatches(ScramCredential scramCredential, ByteSequence password)
Returnstrue
if the password matches the stored SCRAM credentials.void
ScramCredentialCallback. setScramCredential(ScramCredential scramCredential)
Sets the SCRAM credential associated with the authenticating user.
-