Uses of Interface
org.wildfly.security.auth.realm.jdbc.ColumnMapper
-
Packages that use ColumnMapper Package Description org.wildfly.security.auth.realm.jdbc Classes related to aSecurityRealmimplementation based on the JDBC (Java Database Connectivity) API.org.wildfly.security.auth.realm.jdbc.mapper Classes related to mapping columns from a database table to internal representations of identity data (eg.: attributes, password and keys, etc). -
-
Uses of ColumnMapper in org.wildfly.security.auth.realm.jdbc
Subinterfaces of ColumnMapper in org.wildfly.security.auth.realm.jdbc Modifier and Type Interface Description interfaceKeyMapperA key mapper is responsible to map data from a column in a table to a specific credential type.Methods in org.wildfly.security.auth.realm.jdbc with parameters of type ColumnMapper Modifier and Type Method Description QueryBuilderQueryBuilder. withMapper(ColumnMapper... mapper)Defines a mapper that will be applied to the query in order to map the returned columns to some internal representation. -
Uses of ColumnMapper in org.wildfly.security.auth.realm.jdbc.mapper
Classes in org.wildfly.security.auth.realm.jdbc.mapper that implement ColumnMapper Modifier and Type Class Description classAttributeMapperclassPasswordKeyMapper
-