Package org.forgerock.oauth.resolvers.service
package org.forgerock.oauth.resolvers.service
This package contains classes for a service which can be configured to
produce OpenID Connect Resolvers.
-
ClassDescriptionInterface through which OpenIdResolvers are obtained, and the service providing them is configured.Interface directing how to configure (
OpenIdResolverServiceConfigurator.configureService(OpenIdResolverService, java.util.List)
) anOpenIdResolverService
.Implementation of theOpenIdResolverServiceConfigurator
interface which applies a simple priority ordering when reading a service configuration.Holds a copy of the current OpenID Resolvers.