| 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)
Get a password from a client or server callback, falling back to clear password if needed.
|
static void |
MechanismUtil.handleCallbacks(String mechName,
CallbackHandler callbackHandler,
Callback... callbacks)
A varargs wrapper method for callback handler invocation.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.