Uses of Interface
org.forgerock.opendj.hdap.authz.AuthenticationStrategy
Packages that use AuthenticationStrategy
Package
Description
This package contains
Filter
to authenticate and authorize LDAP connections.-
Uses of AuthenticationStrategy in org.forgerock.opendj.hdap.authz
Methods in org.forgerock.opendj.hdap.authz that return AuthenticationStrategyModifier and TypeMethodDescriptionstatic AuthenticationStrategy
AuthenticationStrategies.newSaslScramStrategy
(LdapClient ldapClient, ScramMechanism scramMechanism, Schema schema, String authcIdTemplate) Creates anAuthenticationStrategy
performing authentication against an LDAP server using a SCRAM SASL bind request.static AuthenticationStrategy
AuthenticationStrategies.newSimpleBindStrategy
(LdapClient ldapClient, Function<String, Dn> dnMapper) Creates anAuthenticationStrategy
performing simple BIND authentication against an LDAP server.Methods in org.forgerock.opendj.hdap.authz with parameters of type AuthenticationStrategyModifier and TypeMethodDescriptionAuthorization.newConditionalHttpBasicAuthenticationFilter
(AuthenticationStrategy authenticationStrategy, Function<org.forgerock.http.protocol.Headers, Pair<String, String>, NeverThrowsException> credentialsExtractor) Creates a newConditionalFilters.ConditionalFilter
performing authentication.