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