Package | Description |
---|---|
org.wildfly.security.password |
Packages and files for handling text passwords and their various encoding strategies.
|
org.wildfly.security.password.interfaces |
Interfaces which represent each of the supported password encoding strategies.
|
Modifier and Type | Method and Description |
---|---|
OneWayPassword |
OneWayPassword.clone()
Creates and returns a copy of this
Password . |
Modifier and Type | Interface and Description |
---|---|
interface |
BCryptPassword
A password using the "bcrypt" Blowfish-based one-way password encryption algorithm.
|
interface |
BSDUnixDESCryptPassword
A BSD-style DES "crypt" password.
|
interface |
DigestPassword
Digest MD5 (pre-digested) password.
|
interface |
OneTimePassword
A one-time password, used by the OTP SASL mechanism.
|
interface |
SaltedSimpleDigestPassword
A simple password where the generated digest also includes a salt.
|
interface |
ScramDigestPassword
A SCRAM-digest password, used by the SCRAM family of SASL mechanisms.
|
interface |
SimpleDigestPassword
A simple single digest based password.
|
interface |
SunUnixMD5CryptPassword
An MD5-crypt password using the Sun scheme.
|
interface |
UnixDESCryptPassword
The traditional UNIX DES crypt password algorithm.
|
interface |
UnixMD5CryptPassword
The UNIX modular-crypt MD5 crypt algorithm.
|
interface |
UnixSHACryptPassword
The UNIX modular-crypt SHA crypt algorithm.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.