Uses of Class
org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper.Encoding
-
Packages that use PasswordKeyMapper.Encoding 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.Encoding in org.wildfly.security.auth.realm.jdbc.mapper
Fields in org.wildfly.security.auth.realm.jdbc.mapper declared as PasswordKeyMapper.Encoding Modifier and Type Field Description (package private) PasswordKeyMapper.Encoding
PasswordKeyMapper.Builder. hashEncoding
private PasswordKeyMapper.Encoding
PasswordKeyMapper. hashEncoding
(package private) PasswordKeyMapper.Encoding
PasswordKeyMapper.Builder. saltEncoding
private PasswordKeyMapper.Encoding
PasswordKeyMapper. saltEncoding
Methods in org.wildfly.security.auth.realm.jdbc.mapper that return PasswordKeyMapper.Encoding Modifier and Type Method Description PasswordKeyMapper.Encoding
PasswordKeyMapper.Builder. getHashEncoding()
PasswordKeyMapper.Encoding
PasswordKeyMapper.Builder. getSaltEncoding()
static PasswordKeyMapper.Encoding
PasswordKeyMapper.Encoding. valueOf(String name)
Returns the enum constant of this type with the specified name.static PasswordKeyMapper.Encoding[]
PasswordKeyMapper.Encoding. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.auth.realm.jdbc.mapper with parameters of type PasswordKeyMapper.Encoding Modifier and Type Method Description private static byte[]
PasswordKeyMapper. decodeColumn(String string, PasswordKeyMapper.Encoding encoding)
private static byte[]
PasswordKeyMapper. getBinaryColumn(ResultSetMetaData metaData, ResultSet resultSet, int column, PasswordKeyMapper.Encoding encoding)
PasswordKeyMapper.Builder
PasswordKeyMapper.Builder. setHashEncoding(PasswordKeyMapper.Encoding hashEncoding)
PasswordKeyMapper.Builder
PasswordKeyMapper.Builder. setSaltEncoding(PasswordKeyMapper.Encoding saltEncoding)
-