Package com.atlassian.crowd.event.user
Class UserAuthenticatedWithSamlSsoEvent
java.lang.Object
com.atlassian.crowd.event.user.UserAuthenticatedWithSamlSsoEvent
This event is published when a user has been successfully authenticated
to application through SAML SSO.
-
Constructor Summary
ConstructorDescriptionUserAuthenticatedWithSamlSsoEvent
(Application application, User user, boolean atlassianSamlPlugin) UserAuthenticatedWithSamlSsoEvent
(ImmutableApplication application, ImmutableUser user, boolean atlassianSamlPlugin) -
Method Summary
-
Constructor Details
-
UserAuthenticatedWithSamlSsoEvent
public UserAuthenticatedWithSamlSsoEvent(Application application, User user, boolean atlassianSamlPlugin) -
UserAuthenticatedWithSamlSsoEvent
public UserAuthenticatedWithSamlSsoEvent(ImmutableApplication application, ImmutableUser user, boolean atlassianSamlPlugin)
-
-
Method Details