com.atlassian.crowd.event.user
Class UserAuthenticationFailedAccessDeniedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.user.UserAuthenticationFailedAccessDeniedEvent

public class UserAuthenticationFailedAccessDeniedEvent
extends Event


Constructor Summary
UserAuthenticationFailedAccessDeniedEvent(Object source, User user, Application application)
           
 
Method Summary
 Application getApplication()
           
 User getRemotePrincipal()
           
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAuthenticationFailedAccessDeniedEvent

public UserAuthenticationFailedAccessDeniedEvent(Object source,
                                                 User user,
                                                 Application application)
Method Detail

getRemotePrincipal

public User getRemotePrincipal()

getApplication

public Application getApplication()


Copyright © 2013 Atlassian. All Rights Reserved.