public interface OpenIdResolverServiceConfigurator
OpenIdResolverServiceConfigurator.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.Modifier and Type | Method and Description |
---|---|
boolean |
configureService(OpenIdResolverService service,
List<Map<String,String>> resolvers)
|
boolean configureService(OpenIdResolverService service, List<Map<String,String>> resolvers)
service
- to configureresolvers
- the configurationCopyright © 2010-2018, ForgeRock All Rights Reserved.