Package io.quarkus.elytron.security.jdbc
Interface PrincipalQueryConfig
public interface PrincipalQueryConfig
Configuration information used to populate a QueryBuilder
-
Method Summary
-
Method Details
-
sql
The sql query to find the password -
datasource
The data source to use -
attributeMappings
Map<String,AttributeMappingConfig> attributeMappings()The definitions of the mapping between the database columns and the identity's attributes -
clearPasswordMapperConfig
The "clear-password-mapper" configuration -
bcryptPasswordKeyMapperConfig
The "bcrypt-password-mapper" configuration -
toString
String toString()
-