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

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

public class UserPasswordAuthenticationEvent
extends BaseAuthenticationEvent


Constructor Summary
UserPasswordAuthenticationEvent(String username, String credential)
           
 
Method Summary
 String getCredential()
           
 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

UserPasswordAuthenticationEvent

public UserPasswordAuthenticationEvent(String username,
                                       String credential)
Method Detail

getUsername

public String getUsername()

getCredential

public String getCredential()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.