Package org.wildfly.security.auth.realm.jdbc
Classes related to a
SecurityRealm
implementation based on the JDBC (Java Database Connectivity) API.-
Interface Summary Interface Description ColumnMapper A column mapper is responsible to provide the mapping between a column in a table to some internal representation.KeyMapper A key mapper is responsible to map data from a column in a table to a specific credential type. -
Class Summary Class Description JdbcSecurityRealm Security realm implementation backed by a database.JdbcSecurityRealmBuilder A builder class to that createsJdbcSecurityRealm
instances.QueryBuilder A builder class with different configuration options to configure queries.QueryConfiguration Holds the configuration for a specific query.