Uses of Class
org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper.Builder
-
Packages that use PasswordKeyMapper.Builder Package Description org.wildfly.security.auth.realm.jdbc.mapper 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.Builder Modifier and Type Method Description static PasswordKeyMapper.BuilderPasswordKeyMapper. builder()Construct a builder for password key mappers.PasswordKeyMapper.BuilderPasswordKeyMapper.Builder. setAlgorithmColumn(int algorithmColumn)PasswordKeyMapper.BuilderPasswordKeyMapper.Builder. setDefaultAlgorithm(String defaultAlgorithm)PasswordKeyMapper.BuilderPasswordKeyMapper.Builder. setDefaultIterationCount(int defaultIterationCount)PasswordKeyMapper.BuilderPasswordKeyMapper.Builder. setHashColumn(int hashColumn)PasswordKeyMapper.BuilderPasswordKeyMapper.Builder. setHashEncoding(Encoding hashEncoding)PasswordKeyMapper.BuilderPasswordKeyMapper.Builder. setIterationCountColumn(int iterationCountColumn)PasswordKeyMapper.BuilderPasswordKeyMapper.Builder. setSaltColumn(int saltColumn)PasswordKeyMapper.BuilderPasswordKeyMapper.Builder. setSaltEncoding(Encoding saltEncoding)
-