Uses of Package
org.wildfly.security.auth.realm.jdbc
Packages that use org.wildfly.security.auth.realm.jdbc
Package
Description
Classes related to a
SecurityRealm implementation based on the JDBC (Java Database Connectivity) API.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.jdbcClassDescriptionA column mapper is responsible to provide the mapping between a column in a table to some internal representation.Security realm implementation backed by a database.A builder class to that creates
JdbcSecurityRealminstances.A builder class with different configuration options to configure queries. -
Classes in org.wildfly.security.auth.realm.jdbc used by org.wildfly.security.auth.realm.jdbc.mapperClassDescriptionA column mapper is responsible to provide the mapping between a column in a table to some internal representation.A key mapper is responsible to map data from a column in a table to a specific credential type.