public class UserAuthenticatedWithSamlSsoEvent extends Object
Constructor and Description |
---|
UserAuthenticatedWithSamlSsoEvent(Application application,
User user,
boolean atlassianSamlPlugin) |
UserAuthenticatedWithSamlSsoEvent(ImmutableApplication application,
ImmutableUser user,
boolean atlassianSamlPlugin) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ImmutableApplication |
getApplication() |
boolean |
getAtlassianSamlPlugin() |
ImmutableUser |
getUser() |
int |
hashCode() |
String |
toString() |
public UserAuthenticatedWithSamlSsoEvent(Application application, User user, boolean atlassianSamlPlugin)
public UserAuthenticatedWithSamlSsoEvent(ImmutableApplication application, ImmutableUser user, boolean atlassianSamlPlugin)
public ImmutableApplication getApplication()
public ImmutableUser getUser()
public boolean getAtlassianSamlPlugin()
Copyright © 2021 Atlassian. All rights reserved.