Interface ISecurityEvent
-
- All Superinterfaces:
IEvent
- All Known Implementing Classes:
SecurityEventCollectorImpl
public interface ISecurityEvent extends IEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ISecurityEvent.Type
-
Nested classes/interfaces inherited from interface io.jenkins.plugins.maplelabs.Events.interfaces.IEvent
IEvent.AlertType, IEvent.Priority
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
collectEventData(String name, ISecurityEvent.Type type)
void
collectEventData(org.springframework.security.core.userdetails.UserDetails details)
-
Methods inherited from interface io.jenkins.plugins.maplelabs.Events.interfaces.IEvent
getAlertType, getDate, getEventType, getHost, getNodeName, getPriority, getText, getTitle
-
-
-
-
Field Detail
-
EVENT
static final String EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
collectEventData
void collectEventData(org.springframework.security.core.userdetails.UserDetails details)
-
collectEventData
void collectEventData(String name, ISecurityEvent.Type type)
-
-