Package | Description |
---|---|
org.forgerock.opendj.rest2ldap |
APIs for implementing REST to LDAP gateways.
|
org.forgerock.opendj.rest2ldap.authz |
This package contains
Filter to authenticate and authorize LDAP connections. |
org.forgerock.util |
Provides common interfaces and classes.
|
org.opends.server.replication.common |
This package contains utilities that can are used by all the packages
below org.opends.server.replication.
|
Modifier and Type | Method and Description |
---|---|
protected ConditionalFilters.ConditionalFilter |
Rest2LdapHttpApplication.newBasicAuthenticationFilter(AuthenticationStrategy authenticationStrategy,
Function<org.forgerock.http.protocol.Headers,Pair<String,String>,NeverThrowsException> credentialsExtractor)
Gets a
Filter in charge of performing the HTTP-Basic Authentication. |
Modifier and Type | Method and Description |
---|---|
static Function<org.forgerock.http.protocol.Headers,Pair<String,String>,NeverThrowsException> |
CredentialExtractors.httpBasicExtractor()
Creates a function which extracts the user's credentials from the standard HTTP Basic header.
|
static Function<org.forgerock.http.protocol.Headers,Pair<String,String>,NeverThrowsException> |
CredentialExtractors.newCustomHeaderExtractor(String customHeaderUsername,
String customHeaderPassword)
Creates a function which extracts the user's credentials from custom HTTP header in addition of the standard HTTP
Basic one.
|
Modifier and Type | Method and Description |
---|---|
static ConditionalFilters.ConditionalFilter |
Authorization.newConditionalHttpBasicAuthenticationFilter(AuthenticationStrategy authenticationStrategy,
Function<org.forgerock.http.protocol.Headers,Pair<String,String>,NeverThrowsException> credentialsExtractor)
Creates a new
ConditionalFilters.ConditionalFilter performing authentication. |
Modifier and Type | Field and Description |
---|---|
static Pair<?,?> |
Pair.EMPTY
An empty Pair.
|
Modifier and Type | Method and Description |
---|---|
static <F,S> Pair<F,S> |
Pair.empty()
Returns an empty Pair matching the required types.
|
static <F,S> Pair<F,S> |
Pair.of(F first,
S second)
Creates a new
Pair . |
Modifier and Type | Method and Description |
---|---|
static <F extends Comparable<F>,S extends Comparable<S>> |
Pair.getPairComparator()
Returns a comparator for Pairs of comparable objects.
|
Modifier and Type | Method and Description |
---|---|
Pair<DN,CSN> |
MultiDomainServerState.getOldestCSNExcluding(MultiDomainServerState excludedCSNs)
Returns the oldest Pair<DN, CSN> held in current object, excluding
the provided CSNs.
|
Copyright 2010-2017 ForgeRock AS.