public class LogoutEvent extends SecurityEvent
source| Constructor and Description |
|---|
LogoutEvent(Object src,
String username,
String sessionId) |
LogoutEvent(Object src,
String username,
String sessionId,
String remoteHost,
String remoteIP) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Equals for ConfluenceEvents is defined such that specific sub-events are only equal to events of the same type.
|
boolean |
getExplicitLogout() |
int |
hashCode()
Subclasses must override this to hash their own fields.
|
getRemoteHost, getRemoteIP, getSessionId, getUsername, setRemoteHost, setRemoteIPgetSource, toStringpublic boolean getExplicitLogout()
public boolean equals(Object o)
ConfluenceEventSubclasses must override this to compare their own fields.
equals in class ConfluenceEvento - the object to compare.Event.equals(Object)public int hashCode()
ConfluenceEventhashCode in class ConfluenceEventEvent.hashCode()Copyright © 2003–2021 Atlassian. All rights reserved.