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 Summary
Modifier and TypeMethodDescriptionbooleanconfigureService(OpenIdResolverService service, List<Map<String, String>> resolvers)
-
Method Details
-
configureService
- Parameters:
service- to configureresolvers- the configuration- Returns:
- false if any resolver configuration fails true otherwise
-