| Package | Description |
|---|---|
| org.wildfly.security.mechanism |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMechanismException |
AuthenticationMechanismException.fromException(Exception source)
Convert the given exception to an
AuthenticationMechanismException. |
| Modifier and Type | Method and Description |
|---|---|
static <S extends Password> |
MechanismUtil.getPasswordCredential(String userName,
CallbackHandler callbackHandler,
Class<S> passwordType,
String passwordAlgorithm,
AlgorithmParameterSpec matchParameters,
AlgorithmParameterSpec generateParameters,
Supplier<Provider[]> providers)
Deprecated.
|
static <S extends Password> |
MechanismUtil.getPasswordCredential(String userName,
CallbackHandler callbackHandler,
Class<S> passwordType,
String passwordAlgorithm,
AlgorithmParameterSpec matchParameters,
AlgorithmParameterSpec generateParameters,
Supplier<Provider[]> providers,
org.wildfly.security._private.ElytronMessages log)
Deprecated.
|
static void |
MechanismUtil.handleCallbacks(org.wildfly.security._private.ElytronMessages log,
CallbackHandler callbackHandler,
Callback... callbacks)
Deprecated.
|
static void |
MechanismUtil.handleCallbacks(String mechName,
CallbackHandler callbackHandler,
Callback... callbacks)
Deprecated.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.