T - The type to build.public interface ExecutableSearchBuilder<T extends ExecutableSearch>
ExecutableSearch instances.| Modifier and Type | Method and Description |
|---|---|
T |
build(AttributeResolutionContext resolutionContext,
Map<String,List<IdPAttributeValue<?>>> dependencyAttributes)
Creates an executable search that can be executed against a data source in order to produce results.
|
@Nonnull T build(@Nonnull AttributeResolutionContext resolutionContext, @Nonnull Map<String,List<IdPAttributeValue<?>>> dependencyAttributes) throws ResolutionException
resolutionContext - current request contextdependencyAttributes - made available to the executable searchResolutionException - throw if their is a problem creating the executable searchCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.