public class SPDigestAuthenticationMechanism
extends io.undertow.security.impl.DigestAuthenticationMechanism
Constructor and Description |
---|
SPDigestAuthenticationMechanism(List<io.undertow.security.idm.DigestAlgorithm> supportedAlgorithms,
List<io.undertow.security.impl.DigestQop> supportedQops,
String realmName,
String domain,
io.undertow.security.api.NonceManager nonceManager) |
SPDigestAuthenticationMechanism(List<io.undertow.security.idm.DigestAlgorithm> supportedAlgorithms,
List<io.undertow.security.impl.DigestQop> supportedQops,
String realmName,
String domain,
io.undertow.security.api.NonceManager nonceManager,
String mechanismName) |
SPDigestAuthenticationMechanism(String realmName,
String domain,
String mechanismName) |
public SPDigestAuthenticationMechanism(List<io.undertow.security.idm.DigestAlgorithm> supportedAlgorithms, List<io.undertow.security.impl.DigestQop> supportedQops, String realmName, String domain, io.undertow.security.api.NonceManager nonceManager)
public SPDigestAuthenticationMechanism(List<io.undertow.security.idm.DigestAlgorithm> supportedAlgorithms, List<io.undertow.security.impl.DigestQop> supportedQops, String realmName, String domain, io.undertow.security.api.NonceManager nonceManager, String mechanismName)
Copyright © 2017. All rights reserved.