Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AttributeMappingConfig - Interface in io.quarkus.elytron.security.jdbc
-
Configuration information used to populate a AttributeMapper
- attributeMappings() - Method in interface io.quarkus.elytron.security.jdbc.PrincipalQueryConfig
-
The definitions of the mapping between the database columns and the identity's attributes
B
- BCRYPT - Static variable in interface io.quarkus.elytron.security.jdbc.BcryptPasswordKeyMapperConfig
- bcryptPasswordKeyMapperConfig() - Method in interface io.quarkus.elytron.security.jdbc.PrincipalQueryConfig
-
The "bcrypt-password-mapper" configuration
- BcryptPasswordKeyMapperConfig - Interface in io.quarkus.elytron.security.jdbc
-
Configuration information used to populate a "bcrypt" PasswordKeyMapper
C
- CLEAR - Static variable in interface io.quarkus.elytron.security.jdbc.ClearPasswordMapperConfig
- clearPasswordMapperConfig() - Method in interface io.quarkus.elytron.security.jdbc.PrincipalQueryConfig
-
The "clear-password-mapper" configuration
- ClearPasswordMapperConfig - Interface in io.quarkus.elytron.security.jdbc
-
Configuration information used to populate a "clear" PasswordKeyMapper
- createRealm(JdbcSecurityRealmRuntimeConfig) - Method in class io.quarkus.elytron.security.jdbc.JdbcRecorder
-
Create a runtime value for a JdbcSecurityRealm
D
- datasource() - Method in interface io.quarkus.elytron.security.jdbc.PrincipalQueryConfig
-
The data source to use
- defaultPrincipalQuery() - Method in interface io.quarkus.elytron.security.jdbc.PrincipalQueriesConfig
-
The default principal query
E
- enabled() - Method in interface io.quarkus.elytron.security.jdbc.BcryptPasswordKeyMapperConfig
-
If the bcrypt-password-mapper is enabled.
- enabled() - Method in interface io.quarkus.elytron.security.jdbc.ClearPasswordMapperConfig
-
If the clear-password-mapper is enabled.
- enabled() - Method in interface io.quarkus.elytron.security.jdbc.JdbcSecurityRealmBuildTimeConfig
-
If the properties store is enabled.
H
- hashEncoding() - Method in interface io.quarkus.elytron.security.jdbc.BcryptPasswordKeyMapperConfig
-
A string referencing the password hash encoding ("BASE64" or "HEX")
I
- index() - Method in interface io.quarkus.elytron.security.jdbc.AttributeMappingConfig
-
The index (1 based numbering) of column to map
- io.quarkus.elytron.security.jdbc - package io.quarkus.elytron.security.jdbc
- iterationCountIndex() - Method in interface io.quarkus.elytron.security.jdbc.BcryptPasswordKeyMapperConfig
-
The index (1 based numbering) of the column containing the Bcrypt iteration count.
J
- JdbcRecorder - Class in io.quarkus.elytron.security.jdbc
- JdbcRecorder() - Constructor for class io.quarkus.elytron.security.jdbc.JdbcRecorder
- JdbcSecurityRealmBuildTimeConfig - Interface in io.quarkus.elytron.security.jdbc
-
A configuration object for a jdbc based realm configuration, JdbcSecurityRealm
- JdbcSecurityRealmRuntimeConfig - Interface in io.quarkus.elytron.security.jdbc
-
A configuration object for a jdbc based realm configuration, JdbcSecurityRealm
N
- namedPrincipalQueries() - Method in interface io.quarkus.elytron.security.jdbc.PrincipalQueriesConfig
-
Named queries.
P
- passwordIndex() - Method in interface io.quarkus.elytron.security.jdbc.BcryptPasswordKeyMapperConfig
-
The index (1 based numbering) of the column containing the password hash
- passwordIndex() - Method in interface io.quarkus.elytron.security.jdbc.ClearPasswordMapperConfig
-
The index (1 based numbering) of the column containing the clear password
- principalQueries() - Method in interface io.quarkus.elytron.security.jdbc.JdbcSecurityRealmRuntimeConfig
-
The principal-queries config
- PrincipalQueriesConfig - Interface in io.quarkus.elytron.security.jdbc
-
Container for a default and optionals named io.quarkus.elytron.security.runtime.jdbc.PrincipalQueryConfig
- PrincipalQueryConfig - Interface in io.quarkus.elytron.security.jdbc
-
Configuration information used to populate a QueryBuilder
R
- realmName() - Method in interface io.quarkus.elytron.security.jdbc.JdbcSecurityRealmBuildTimeConfig
-
The realm name
S
- saltEncoding() - Method in interface io.quarkus.elytron.security.jdbc.BcryptPasswordKeyMapperConfig
-
A string referencing the salt encoding ("BASE64" or "HEX")
- saltIndex() - Method in interface io.quarkus.elytron.security.jdbc.BcryptPasswordKeyMapperConfig
-
The index (1 based numbering) of the column containing the Bcrypt salt.
- sql() - Method in interface io.quarkus.elytron.security.jdbc.PrincipalQueryConfig
-
The sql query to find the password
T
- to() - Method in interface io.quarkus.elytron.security.jdbc.AttributeMappingConfig
-
The target attribute name
- toPasswordKeyMapper() - Method in interface io.quarkus.elytron.security.jdbc.BcryptPasswordKeyMapperConfig
- toPasswordKeyMapper() - Method in interface io.quarkus.elytron.security.jdbc.ClearPasswordMapperConfig
- toString() - Method in interface io.quarkus.elytron.security.jdbc.AttributeMappingConfig
- toString() - Method in interface io.quarkus.elytron.security.jdbc.BcryptPasswordKeyMapperConfig
- toString() - Method in interface io.quarkus.elytron.security.jdbc.ClearPasswordMapperConfig
- toString() - Method in interface io.quarkus.elytron.security.jdbc.JdbcSecurityRealmBuildTimeConfig
- toString() - Method in interface io.quarkus.elytron.security.jdbc.JdbcSecurityRealmRuntimeConfig
- toString() - Method in interface io.quarkus.elytron.security.jdbc.PrincipalQueriesConfig
- toString() - Method in interface io.quarkus.elytron.security.jdbc.PrincipalQueryConfig
All Classes and Interfaces|All Packages|Constant Field Values