| Package | Description |
|---|---|
| io.undertow.security.impl |
| Modifier and Type | Method | Description |
|---|---|---|
static DigestQop |
DigestQop.forName(String name) |
|
static DigestQop |
DigestQop.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
|
static DigestQop[] |
DigestQop.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
DigestAuthenticationMechanism(List<DigestAlgorithm> supportedAlgorithms,
List<DigestQop> supportedQops,
String realmName,
String domain,
NonceManager nonceManager) |
|
DigestAuthenticationMechanism(List<DigestAlgorithm> supportedAlgorithms,
List<DigestQop> supportedQops,
String realmName,
String domain,
NonceManager nonceManager,
String mechanismName) |
|
DigestAuthenticationMechanism(List<DigestAlgorithm> supportedAlgorithms,
List<DigestQop> supportedQops,
String realmName,
String domain,
NonceManager nonceManager,
String mechanismName,
IdentityManager identityManager) |
Copyright © 2026 JBoss by Red Hat. All rights reserved.