com.atlassian.crowd.event.user
Class UserAuthenticationSucceededEvent

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

public class UserAuthenticationSucceededEvent
extends Event

This event is published when a user has successfully logged in to a single-sign-on application.


Constructor Summary
UserAuthenticationSucceededEvent(java.lang.Object source, User user, Application application, Token token)
           
 
Method Summary
 Application getApplication()
           
 User getRemotePrincipal()
           
 Token getToken()
           
 
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

UserAuthenticationSucceededEvent

public UserAuthenticationSucceededEvent(java.lang.Object source,
                                        User user,
                                        Application application,
                                        Token token)
Method Detail

getRemotePrincipal

public User getRemotePrincipal()

getApplication

public Application getApplication()

getToken

public Token getToken()


Copyright © 2012 Atlassian. All Rights Reserved.