Uses of Class
org.forgerock.opendj.security.ScramMechanism
Packages that use ScramMechanism
Package
Description
Classes and interfaces for core LDAP requests/responses.
This package contains
Filter to authenticate and authorize LDAP connections.An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service.-
Uses of ScramMechanism in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages with parameters of type ScramMechanismModifier and TypeMethodDescriptionstatic BindRequestRequests.newScramSaslBindRequest(ScramMechanism scramMechanism, String authenticationId, char[] password, String authorizationId) Creates a new SCRAM SASL bind request as defined in RFC 5802. -
Uses of ScramMechanism in org.forgerock.opendj.rest2ldap.authz
Methods in org.forgerock.opendj.rest2ldap.authz with parameters of type ScramMechanismModifier and TypeMethodDescriptionstatic AuthenticationStrategyAuthenticationStrategies.newSaslScramStrategy(LdapClient ldapClient, ScramMechanism scramMechanism, Schema schema, String authcIdTemplate) Creates anAuthenticationStrategyperforming authentication against an LDAP server using a SCRAM SASL bind request. -
Uses of ScramMechanism in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return ScramMechanismModifier and TypeMethodDescriptionstatic ScramMechanismScramMechanism.getInstance(String algorithm) Returns aScramMechanismobject that implements the specified SCRAM mechanism using a newSecureRandomfor generating salts and nonce values.static ScramMechanismScramMechanism.getInstance(String algorithm, int minIterations) Returns aScramMechanismobject that implements the specified SCRAM mechanism using a newSecureRandomfor generating salts and nonce values.static ScramMechanismScramMechanism.getInstance(String algorithm, SecureRandom random) Returns aScramMechanismobject that implements the specified SCRAM mechanism.static ScramMechanismScramMechanism.getInstance(String algorithm, SecureRandom random, int minIterations) Returns aScramMechanismobject that implements the specified SCRAM mechanism.