public class IdpConfigStatusAnalyticsEvent extends Object implements AnalyticsEvent
AUTH_PLUGIN_ANALYTICS_EVENT_PREFIX| Constructor and Description |
|---|
IdpConfigStatusAnalyticsEvent(IdpConfig idpConfig) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventName()
WARNING: implementing classes MUST annotate this method with @EventName when overriding it, otherwise the
analytics plugin won't pick it up
|
long |
getIdpConfigId() |
boolean |
isEnabled() |
boolean |
isJitEnabled() |
boolean |
isJsmEnabled() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldPublishpublic String getEventName()
AnalyticsEventgetEventName in interface AnalyticsEventpublic boolean isEnabled()
public boolean isJsmEnabled()
public boolean isJitEnabled()
public long getIdpConfigId()
Copyright © 2023 Atlassian. All rights reserved.