Class AttributeMapper
java.lang.Object
org.wildfly.security.auth.realm.jdbc.mapper.AttributeMapper
- All Implemented Interfaces:
ColumnMapper
- Author:
- Pedro Igor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AttributeMapper
-
-
Method Details
-
map
Description copied from interface:ColumnMapperMaps the givenResultSetto some internal representation.- Specified by:
mapin interfaceColumnMapper- Parameters:
resultSet- the result set previously created based on a queryproviders- the providers to use if required- Returns:
- the resulting object mapped from the given
ResultSet - Throws:
SQLException- if any error occurs when manipulating the givenResultSet
-
getName
-