Package io.quarkus.elytron.security.jdbc
Interface ClearPasswordMapperConfig
public interface ClearPasswordMapperConfig
Configuration information used to populate a "clear"
PasswordKeyMapper
-
Field Details
-
CLEAR
- See Also:
-
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()If the clear-password-mapper is enabled. -
passwordIndex
@WithDefault("1") int passwordIndex()The index (1 based numbering) of the column containing the clear password -
toPasswordKeyMapper
default org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper toPasswordKeyMapper() -
toString
String toString()
-