Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.impl |
Modifier and Type | Interface and 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 and Description |
---|---|
class |
SimpleNonceManager
A default
NonceManager implementation to provide reasonable single host management of nonces. |
Constructor and 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 © 2019 JBoss by Red Hat. All rights reserved.