| Package | Description |
|---|---|
| org.wildfly.security.auth.client |
Elytron Client enable remote clients to authenticate using Elytron.
|
| org.wildfly.security.password.interfaces |
Interfaces which represent each of the supported password encoding strategies.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfiguration |
AuthenticationConfiguration.useMaskedPassword(MaskedPassword password)
Create a new configuration which is the same as this configuration, but converts the given masked password to a
clear password and uses the clear password to authenticate.
|
| Modifier and Type | Method and Description |
|---|---|
MaskedPassword |
MaskedPassword.clone() |
static MaskedPassword |
MaskedPassword.createRaw(String algorithm,
char[] initialKeyMaterial,
int iterationCount,
byte[] salt,
byte[] maskedPasswordBytes)
Create a raw instance of this password type.
|
static MaskedPassword |
MaskedPassword.createRaw(String algorithm,
char[] initialKeyMaterial,
int iterationCount,
byte[] salt,
byte[] maskedPasswordBytes,
byte[] initializationVector)
Create a raw instance of this password type.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.