public class StringResultMappingStrategy extends AbstractMappingStrategy<ResultSet> implements ResultMappingStrategy
ResultMappingStrategy that assumes all columns in the result set should be mapped and that all
values are strings.| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
StringResultMappingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IdPAttribute> |
map(ResultSet results) |
getResultRenamingMap, isMultipleResultsAnError, isNoResultAnError, setMultipleResultsAnError, setNoResultAnError, setResultRenamingMap@Nonnull private final org.slf4j.Logger log
@Nullable public Map<String,IdPAttribute> map(@Nonnull ResultSet results) throws ResolutionException
map in interface MappingStrategy<ResultSet>ResolutionExceptionCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.