Uses of Class
org.forgerock.util.Pair
Packages that use 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
Methods in org.forgerock.http.routing that return PairModifier and TypeMethodDescriptionprotected Pair<RouteMatcher<Request>,Handler> Router.getSelfApiHandler() -
Uses of Pair in org.forgerock.json.jose.jwk.store
Methods in org.forgerock.json.jose.jwk.store that return PairModifier 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
Methods in org.forgerock.json.resource that return PairModifier and TypeMethodDescriptionprotected Pair<RouteMatcher<Request>,RequestHandler> Router.getSelfApiHandler() -
Uses of Pair in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return PairModifier 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 theExtendedKeyUsageextension 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
Methods in org.forgerock.services.routing that return PairModifier 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 aDescribablehandler that returns thisAbstractRouter's internal api description from theDescribable.handleApiRequest(Context, Object)method. -
Uses of Pair in org.forgerock.util
Fields in org.forgerock.util declared as PairMethods in org.forgerock.util that return PairModifier 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.Methods in org.forgerock.util that return types with arguments of type PairModifier and TypeMethodDescriptionstatic <F extends Comparable<F>,S extends Comparable<S>>
Comparator<Pair<F,S>> Pair.getPairComparator()Returns a comparator for Pairs of comparable objects.