public class DigestAuthenticationEvent extends BaseAuthenticationEvent
| Constructor and Description |
|---|
DigestAuthenticationEvent(String username,
String digest,
String nonce,
String nc,
String cnonce,
String qop,
String realm,
String md5a2) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCnonce() |
String |
getDigest() |
String |
getMd5a2() |
String |
getNc() |
String |
getNonce() |
String |
getQop() |
String |
getRealm() |
String |
getUsername() |
getPrincipal, setPrincipalCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.