|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.user.UserAuthenticatedEvent
public class UserAuthenticatedEvent
This event is published when a user has been successfully authenticated to application.
| Constructor Summary | |
|---|---|
UserAuthenticatedEvent(Object source,
com.atlassian.crowd.embedded.api.Directory directory,
Application application,
User user)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Application |
getApplication()
|
User |
getUser()
|
int |
hashCode()
|
| Methods inherited from class com.atlassian.crowd.event.DirectoryEvent |
|---|
getDirectory |
| Methods inherited from class com.atlassian.crowd.event.Event |
|---|
getSource, getTimestamp |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserAuthenticatedEvent(Object source,
com.atlassian.crowd.embedded.api.Directory directory,
Application application,
User user)
| Method Detail |
|---|
public Application getApplication()
public User getUser()
public boolean equals(Object o)
equals in class DirectoryEventpublic int hashCode()
hashCode in class DirectoryEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||