com.atlassian.crowd.event.user
Class UserAuthenticationSucceededEvent
java.lang.Object
com.atlassian.crowd.event.Event
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAuthenticationSucceededEvent
public UserAuthenticationSucceededEvent(Object source,
User user,
Application application,
Token token)
getRemotePrincipal
public User getRemotePrincipal()
getApplication
public Application getApplication()
getToken
public Token getToken()
Copyright © 2014 Atlassian. All Rights Reserved.