com.atlassian.crowd.event.application
Class ApplicationAuthenticatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.crowd.event.application.ApplicationAuthenticatedEvent
All Implemented Interfaces:
java.io.Serializable

public class ApplicationAuthenticatedEvent
extends com.atlassian.event.Event

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ApplicationAuthenticatedEvent(java.lang.Object source, Application application, Token token)
           
 
Method Summary
 Application getApplication()
           
 Token getToken()
           
 
Methods inherited from class com.atlassian.event.Event
equals, hashCode
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationAuthenticatedEvent

public ApplicationAuthenticatedEvent(java.lang.Object source,
                                     Application application,
                                     Token token)
Method Detail

getApplication

public Application getApplication()

getToken

public Token getToken()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.