| Package | Description |
|---|---|
| io.undertow.security.api | |
| io.undertow.security.impl |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
SessionNonceManager |
An extension to the
NonceManager interface for Nonce managers that also support the association of a pre-prepared
hash against a currently valid nonce. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SimpleNonceManager |
A default
NonceManager implementation to provide reasonable single host management of nonces. |
| 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 © 2018. All rights reserved.