org.apache.tomee.catalina.realm.event
Class DigestAuthenticationEvent
java.lang.Object
org.apache.tomee.catalina.realm.event.BaseAuthenticationEvent
org.apache.tomee.catalina.realm.event.DigestAuthenticationEvent
public class DigestAuthenticationEvent
- extends BaseAuthenticationEvent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DigestAuthenticationEvent
public DigestAuthenticationEvent(String username,
String digest,
String nonce,
String nc,
String cnonce,
String qop,
String realm,
String md5a2)
getUsername
public String getUsername()
getDigest
public String getDigest()
getNonce
public String getNonce()
getNc
public String getNc()
getCnonce
public String getCnonce()
getQop
public String getQop()
getRealm
public String getRealm()
getMd5a2
public String getMd5a2()
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.