Uses of Class
org.wildfly.security.auth.realm.jdbc.QueryBuilder
Packages that use QueryBuilder
Package
Description
Classes related to a
SecurityRealm implementation based on the JDBC (Java Database Connectivity) API.-
Uses of QueryBuilder in org.wildfly.security.auth.realm.jdbc
Methods in org.wildfly.security.auth.realm.jdbc that return QueryBuilderModifier and TypeMethodDescriptionQueryBuilder.from(DataSource dataSource) Defines theDataSourcefrom where connections are obtained.JdbcSecurityRealmBuilder.principalQuery(String sql) A SQL SELECT statement that will be used to return data from a database based on the principal's name.QueryBuilder.principalQuery(String sql) QueryBuilder.withMapper(ColumnMapper... mapper) Defines a mapper that will be applied to the query in order to map the returned columns to some internal representation.