Uses of Interface
io.undertow.security.api.NonceManager
-
Packages that use NonceManager Package Description io.undertow.security.api io.undertow.security.impl -
-
Uses of NonceManager in io.undertow.security.api
Subinterfaces of NonceManager in io.undertow.security.api Modifier and Type Interface Description interface
SessionNonceManager
An extension to theNonceManager
interface for Nonce managers that also support the association of a pre-prepared hash against a currently valid nonce. -
Uses of NonceManager in io.undertow.security.impl
Classes in io.undertow.security.impl that implement NonceManager Modifier and Type Class Description class
SimpleNonceManager
A defaultNonceManager
implementation to provide reasonable single host management of nonces.Constructors in io.undertow.security.impl with parameters of type NonceManager 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)
-