Uses of Interface
io.undertow.security.api.NonceManager
Packages that use NonceManager
-
Uses of NonceManager in io.undertow.security.api
Subinterfaces of NonceManager in io.undertow.security.apiModifier and TypeInterfaceDescriptioninterface
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 NonceManagerModifier and TypeClassDescriptionclass
A defaultNonceManager
implementation to provide reasonable single host management of nonces.Constructors in io.undertow.security.impl with parameters of type NonceManagerModifierConstructorDescriptionDigestAuthenticationMechanism
(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)