Uses of Package
org.wildfly.security.auth.realm.jdbc
-
Packages that use org.wildfly.security.auth.realm.jdbc Package Description org.wildfly.security.auth.realm.jdbc Classes related to aSecurityRealm
implementation 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). -
Classes in org.wildfly.security.auth.realm.jdbc used by org.wildfly.security.auth.realm.jdbc Class Description ColumnMapper A column mapper is responsible to provide the mapping between a column in a table to some internal representation.JdbcSecurityRealm Security realm implementation backed by a database.JdbcSecurityRealm.JdbcRealmIdentity.JdbcIdentity 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. -
Classes in org.wildfly.security.auth.realm.jdbc used by org.wildfly.security.auth.realm.jdbc.mapper Class 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.