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.
  • Constructor Details

    • UserAuthenticationSucceededEvent

      public UserAuthenticationSucceededEvent(Object source, User user, Application application, Token token)
  • Method Details

    • getRemotePrincipal

      public User getRemotePrincipal()
    • getApplication

      public Application getApplication()
    • getToken

      public Token getToken()
    • getApplicationId

      public Long getApplicationId()