Interface OpenIdResolverServiceConfigurator
-
- All Known Implementing Classes:
OpenIdResolverServiceConfiguratorImpl
public interface OpenIdResolverServiceConfigurator
Interface directing how to configure (configureService(OpenIdResolverService, java.util.List)
) anOpenIdResolverService
. 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
configureService(OpenIdResolverService service, List<Map<String,String>> resolvers)
-
-
-
Method Detail
-
configureService
boolean configureService(OpenIdResolverService service, List<Map<String,String>> resolvers)
- Parameters:
service
- to configureresolvers
- the configuration- Returns:
- false if any resolver configuration fails true otherwise
-
-