Class LoginFailedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.event.events.security.SecurityEvent
-
- com.atlassian.confluence.event.events.security.LoginFailedEvent
-
- All Implemented Interfaces:
Authentication
,Serializable
public class LoginFailedEvent extends SecurityEvent
Published to indicate failed login - useful to listeners wanting to count n instances of attempt and act on it.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description LoginFailedEvent(Object src, String username, String sessionId, String remoteHost, String remoteIP)
Deprecated.LoginFailedEvent(Object src, String username, String sessionId, String remoteHost, String remoteIP, LoginDetails loginDetails)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginDetails
getLoginDetails()
-
Methods inherited from class com.atlassian.confluence.event.events.security.SecurityEvent
getRemoteHost, getRemoteIP, getSessionId, getUsername, setRemoteHost, setRemoteIP
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
getLoginDetails
public LoginDetails getLoginDetails()
- Since:
- 7.5
-
-