Uses of Class
org.wildfly.security.password.spec.Encoding
-
Packages that use Encoding Package Description org.wildfly.security.auth.realm Security realm implementations for Elytron.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).org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealmimplementation capable of integrating with LDAP servers.org.wildfly.security.password.spec 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 Encoding Modifier and Type Method Description EncodingFileSystemSecurityRealm.LoadedIdentity. getHashEncoding()Methods in org.wildfly.security.auth.realm with parameters of type Encoding Modifier and Type Method Description FileSystemSecurityRealmBuilderFileSystemSecurityRealmBuilder. setHashEncoding(Encoding hashEncoding)Set the string format for hashed passwords to be used by the realm.LegacyPropertiesSecurityRealm.BuilderLegacyPropertiesSecurityRealm.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 Encoding Constructor Description FileSystemSecurityRealm(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 Encoding Modifier and Type Method Description EncodingPasswordKeyMapper.Builder. getHashEncoding()EncodingPasswordKeyMapper.Builder. getSaltEncoding()Methods in org.wildfly.security.auth.realm.jdbc.mapper with parameters of type Encoding Modifier and Type Method Description PasswordKeyMapper.BuilderPasswordKeyMapper.Builder. setHashEncoding(Encoding hashEncoding)PasswordKeyMapper.BuilderPasswordKeyMapper.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 Encoding Modifier and Type Method Description LdapSecurityRealmBuilderLdapSecurityRealmBuilder. 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 Modifier and Type Method Description static EncodingEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static Encoding[]Encoding. values()Returns an array containing the constants of this enum type, in the order they are declared.
-