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 interfaceSessionNonceManagerAn extension to theNonceManagerinterface 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 classSimpleNonceManagerA defaultNonceManagerimplementation to provide reasonable single host management of nonces.Constructors in io.undertow.security.impl with parameters of type NonceManager 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)
-