Uses of Class
org.wildfly.security.auth.realm.jdbc.QueryBuilder
-
Packages that use QueryBuilder Package Description org.wildfly.security.auth.realm.jdbc Classes related to aSecurityRealmimplementation based on the JDBC (Java Database Connectivity) API. -
-
Uses of QueryBuilder in org.wildfly.security.auth.realm.jdbc
Fields in org.wildfly.security.auth.realm.jdbc with type parameters of type QueryBuilder Modifier and Type Field Description private List<QueryBuilder>JdbcSecurityRealmBuilder. queriesMethods in org.wildfly.security.auth.realm.jdbc that return QueryBuilder Modifier and Type Method Description QueryBuilderQueryBuilder. from(DataSource dataSource)Defines theDataSourcefrom where connections are obtained.QueryBuilderJdbcSecurityRealmBuilder. principalQuery(String sql)A SQL SELECT statement that will be used to return data from a database based on the principal's name.QueryBuilderQueryBuilder. principalQuery(String sql)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.
-