Package | Description |
---|---|
org.forgerock.json.jose.jwk.store |
This package contains classes to manage a JWKs URI.
|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
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.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
Modifier and Type | Method and Description |
---|---|
Pair<JWKSet,Instant> |
JwksStore.getLastLoadedJwkSet()
Returns the last successfully loaded JWK Set together with the time at which it was last fetched.
|
Modifier and Type | Method and Description |
---|---|
protected Pair<org.forgerock.services.routing.RouteMatcher<Request>,RequestHandler> |
Router.getSelfApiHandler() |
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<Set<Dn>,Set<Dn>> |
BackendConfigManager.registerBaseDNs(Backend<? extends BackendCfg> backend,
Set<Dn> newBaseDns)
Registers the provided base DNs for the provided backend.
|
Modifier and Type | Method and Description |
---|---|
Pair<Boolean,LocalizableMessage> |
LDIFImportConfig.includeEntry(Dn dn)
Indicates whether to include the entry with the specified DN in the import.
|
Pair<Boolean,LocalizableMessage> |
LDIFImportConfig.includeEntry(Entry entry)
Indicates whether the specified entry should be included in the import based on the configured set of include and
exclude filters.
|
Copyright 2010-2022 ForgeRock AS.