Uses of Class
org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper.Builder
Packages that use PasswordKeyMapper.Builder
Package
Description
Classes related to mapping columns from a database table to internal representations of identity data (eg.: attributes, password and keys, etc).
-
Uses of PasswordKeyMapper.Builder in org.wildfly.security.auth.realm.jdbc.mapper
Methods in org.wildfly.security.auth.realm.jdbc.mapper that return PasswordKeyMapper.BuilderModifier and TypeMethodDescriptionstatic PasswordKeyMapper.BuilderPasswordKeyMapper.builder()Construct a builder for password key mappers.PasswordKeyMapper.Builder.setAlgorithmColumn(int algorithmColumn) PasswordKeyMapper.Builder.setDefaultAlgorithm(String defaultAlgorithm) PasswordKeyMapper.Builder.setDefaultIterationCount(int defaultIterationCount) PasswordKeyMapper.Builder.setHashColumn(int hashColumn) PasswordKeyMapper.Builder.setHashEncoding(Encoding hashEncoding) PasswordKeyMapper.Builder.setIterationCountColumn(int iterationCountColumn) PasswordKeyMapper.Builder.setSaltColumn(int saltColumn) PasswordKeyMapper.Builder.setSaltEncoding(Encoding saltEncoding)