Interface OpenIdResolverServiceConfigurator

All Known Implementing Classes:
OpenIdResolverServiceConfiguratorImpl

public interface OpenIdResolverServiceConfigurator
Interface directing how to configure (configureService(OpenIdResolverService, java.util.List)) an OpenIdResolverService. Implementing classes must be aware that the configurations are "flat" and enter this method call unverified and unchecked - thus can contain invalid combinations of values.
  • Method Details

    • configureService

      boolean configureService(OpenIdResolverService service, List<Map<String,String>> resolvers)
      Configures a provided OpenIdResolverService using the resolver information held in a List of Map.
      Parameters:
      service - to configure
      resolvers - the configuration
      Returns:
      false if any resolver configuration fails true otherwise