Uses of Enum Class
org.wildfly.security.password.spec.Encoding
Packages that use Encoding
Package
Description
Security realm implementations for Elytron.
Classes related to mapping columns from a database table to internal representations of identity data (eg.: attributes, password and keys, etc).
Classes related to a
SecurityRealm implementation capable of integrating with
LDAP servers.Classes intended to hold raw password material.
-
Uses of Encoding in org.wildfly.security.auth.realm
Methods in org.wildfly.security.auth.realm that return EncodingMethods in org.wildfly.security.auth.realm with parameters of type EncodingModifier and TypeMethodDescriptionFileSystemSecurityRealmBuilder.setHashEncoding(Encoding hashEncoding) Set the string format for hashed passwords to be used by the realm.LegacyPropertiesSecurityRealm.Builder.setHashEncoding(Encoding hashEncoding) Set the string format for the password in the properties file if they are not stored in plain text.Constructors in org.wildfly.security.auth.realm with parameters of type EncodingModifierConstructorDescriptionFileSystemSecurityRealm(Path root, int levels, Encoding hashEncoding, Charset hashCharset) Construct a new instance.FileSystemSecurityRealm(Path root, NameRewriter nameRewriter, int levels, boolean encoded, Encoding hashEncoding, Charset hashCharset) Construct a new instance.FileSystemSecurityRealm(Path root, NameRewriter nameRewriter, int levels, boolean encoded, Encoding hashEncoding, Charset hashCharset, Supplier<Provider[]> providers, SecretKey secretKey, PrivateKey privateKey, PublicKey publicKey) Construct a new instance.FileSystemSecurityRealm(Path root, NameRewriter nameRewriter, int levels, boolean encoded, Encoding hashEncoding, Charset hashCharset, SecretKey secretKey) Construct a new instance.FileSystemSecurityRealm(Path root, NameRewriter nameRewriter, int levels, Encoding hashEncoding, Charset hashCharset) Construct a new instance.FileSystemSecurityRealm(Path root, Encoding hashEncoding, Charset hashCharset) Construct a new instance with 2 levels of hashing. -
Uses of Encoding in org.wildfly.security.auth.realm.jdbc.mapper
Methods in org.wildfly.security.auth.realm.jdbc.mapper that return EncodingModifier and TypeMethodDescriptionPasswordKeyMapper.Builder.getHashEncoding()PasswordKeyMapper.Builder.getSaltEncoding()Methods in org.wildfly.security.auth.realm.jdbc.mapper with parameters of type EncodingModifier and TypeMethodDescriptionPasswordKeyMapper.Builder.setHashEncoding(Encoding hashEncoding) PasswordKeyMapper.Builder.setSaltEncoding(Encoding saltEncoding) -
Uses of Encoding in org.wildfly.security.auth.realm.ldap
Methods in org.wildfly.security.auth.realm.ldap with parameters of type EncodingModifier and TypeMethodDescriptionLdapSecurityRealmBuilder.setHashEncoding(Encoding hashEncoding) Set the string format for the password in the properties file if they are not stored in plain text. -
Uses of Encoding in org.wildfly.security.password.spec
Methods in org.wildfly.security.password.spec that return Encoding