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(java.util.List<DigestAlgorithm> supportedAlgorithms,
java.util.List<DigestQop> supportedQops,
java.lang.String realmName,
java.lang.String domain,
NonceManager nonceManager) |
|
DigestAuthenticationMechanism(java.util.List<DigestAlgorithm> supportedAlgorithms,
java.util.List<DigestQop> supportedQops,
java.lang.String realmName,
java.lang.String domain,
NonceManager nonceManager,
java.lang.String mechanismName) |
|
DigestAuthenticationMechanism(java.util.List<DigestAlgorithm> supportedAlgorithms,
java.util.List<DigestQop> supportedQops,
java.lang.String realmName,
java.lang.String domain,
NonceManager nonceManager,
java.lang.String mechanismName,
IdentityManager identityManager) |
Copyright © 2018. All rights reserved.