Uses of Class
org.forgerock.util.Pair
Package
Description
Provides routing functionality for HTTP requests.
This package contains classes to manage a JWKs URI.
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.This package provides a simple framework for implementing routers.
Provides common interfaces and classes.
-
Uses of Pair in org.forgerock.http.routing
Modifier and TypeMethodDescriptionprotected Pair<RouteMatcher<Request>,
Handler> Router.getSelfApiHandler()
-
Uses of Pair in org.forgerock.json.jose.jwk.store
Modifier and TypeMethodDescriptionJwksStore.getLastLoadedJwkSet()
Returns the last successfully loaded JWK Set together with the time at which it was last fetched. -
Uses of Pair in org.forgerock.json.resource
Modifier and TypeMethodDescriptionprotected Pair<RouteMatcher<Request>,
RequestHandler> Router.getSelfApiHandler()
-
Uses of Pair in org.forgerock.opendj.security
Modifier and TypeMethodDescriptionDeploymentId.generateSslKeyPair
(Dn subjectDn, Collection<String> dnsNames) Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.DeploymentId.generateSslKeyPair
(Dn subjectDn, Collection<String> dnsNames, Instant notBefore, Duration validity) Generates an SSL private key and an SSL certificate signed by the root CA certificate associated with this deployment ID.DeploymentId.generateSslKeyPairForWritableReplica
(Dn subjectDn, Collection<String> dnsNames, Instant notBefore, Duration validity) Generates an SSL private key and an SSL certificate, same asDeploymentId.generateSslKeyPair(Dn, Collection, Instant, Duration)
, but theExtendedKeyUsage
extension has an additional ForgeRock defined usage for recognizing replicas allowed to send updates.DeploymentId.getMasterKeyPair()
Returns the master public/private key-pair associated with this deployment ID. -
Uses of Pair in org.forgerock.services.routing
Modifier and TypeMethodDescriptionAbstractRouter.getBestApiRoute
(Context context, R request) Get the best route for an API request.AbstractRouter.getBestRoute
(Context context, R request) Finds the best route that matches the given request based on the route matchers of the registered routes.protected abstract Pair<RouteMatcher<R>,
H> AbstractRouter.getSelfApiHandler()
Return aDescribable
handler that returns thisAbstractRouter
's internal api description from theDescribable.handleApiRequest(Context, Object)
method. -
Uses of Pair in org.forgerock.util
Modifier and TypeMethodDescriptionstatic <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 newPair
.Modifier and TypeMethodDescriptionstatic <F extends Comparable<F>,
S extends Comparable<S>>
Comparator<Pair<F,S>> Pair.getPairComparator()
Returns a comparator for Pairs of comparable objects.