Class UserAuthenticationEventImpl
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.events.AbstractDatadogEvent
-
- org.datadog.jenkins.plugins.datadog.events.AbstractDatadogSimpleEvent
-
- org.datadog.jenkins.plugins.datadog.events.UserAuthenticationEventImpl
-
- All Implemented Interfaces:
DatadogEvent
public class UserAuthenticationEventImpl extends AbstractDatadogSimpleEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.datadog.jenkins.plugins.datadog.DatadogEvent
DatadogEvent.AlertType, DatadogEvent.Priority
-
-
Field Summary
Fields Modifier and Type Field Description static String
USER_ACCESS_DENIED_EVENT_NAME
static String
USER_ACCESS_DENIED_MESSAGE
static String
USER_LOGIN_EVENT_NAME
static String
USER_LOGIN_MESSAGE
static String
USER_LOGOUT_EVENT_NAME
static String
USER_LOGOUT_MESSAGE
-
Fields inherited from interface org.datadog.jenkins.plugins.datadog.DatadogEvent
DEFAULT_EVENT_TYPE, SECURITY_EVENT_TYPE, SYSTEM_EVENT_TYPE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
-
Methods inherited from class org.datadog.jenkins.plugins.datadog.events.AbstractDatadogSimpleEvent
isTemporarily, setIsTemporarily
-
Methods inherited from class org.datadog.jenkins.plugins.datadog.events.AbstractDatadogEvent
getAggregationKey, getAlertType, getDate, getHost, getJenkinsUrl, getLocationDetails, getPriority, getTags, getText, getTitle, setAggregationKey, setAlertType, setDate, setHost, setJenkinsUrl, setPriority, setTags, setText, setTitle
-
-
-
-
Field Detail
-
USER_LOGIN_MESSAGE
public static final String USER_LOGIN_MESSAGE
- See Also:
- Constant Field Values
-
USER_ACCESS_DENIED_MESSAGE
public static final String USER_ACCESS_DENIED_MESSAGE
- See Also:
- Constant Field Values
-
USER_LOGOUT_MESSAGE
public static final String USER_LOGOUT_MESSAGE
- See Also:
- Constant Field Values
-
USER_LOGIN_EVENT_NAME
public static final String USER_LOGIN_EVENT_NAME
- See Also:
- Constant Field Values
-
USER_ACCESS_DENIED_EVENT_NAME
public static final String USER_ACCESS_DENIED_EVENT_NAME
- See Also:
- Constant Field Values
-
USER_LOGOUT_EVENT_NAME
public static final String USER_LOGOUT_EVENT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAction
public String getAction()
-
-