Class RpcAuthFailedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.security.RpcAuthFailedEvent
-
- All Implemented Interfaces:
Authentication
,Serializable
public class RpcAuthFailedEvent extends com.atlassian.event.Event implements Authentication
Kicked when RPC authentication fails- Since:
- 7.5.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description RpcAuthFailedEvent(Object source, String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getUsername()
int
hashCode()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-