org.apache.tomee.catalina.realm.event
Class DigestAuthenticationEvent

java.lang.Object
  extended by org.apache.tomee.catalina.realm.event.BaseAuthenticationEvent
      extended by org.apache.tomee.catalina.realm.event.DigestAuthenticationEvent

public class DigestAuthenticationEvent
extends BaseAuthenticationEvent


Constructor Summary
DigestAuthenticationEvent(String username, String digest, String nonce, String nc, String cnonce, String qop, String realm, String md5a2)
           
 
Method Summary
 String getCnonce()
           
 String getDigest()
           
 String getMd5a2()
           
 String getNc()
           
 String getNonce()
           
 String getQop()
           
 String getRealm()
           
 String getUsername()
           
 
Methods inherited from class org.apache.tomee.catalina.realm.event.BaseAuthenticationEvent
getPrincipal, setPrincipal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestAuthenticationEvent

public DigestAuthenticationEvent(String username,
                                 String digest,
                                 String nonce,
                                 String nc,
                                 String cnonce,
                                 String qop,
                                 String realm,
                                 String md5a2)
Method Detail

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.