public class SessionFixationProtectionEvent
extends org.springframework.security.authentication.event.AbstractAuthenticationEvent
SessionFixationProtectionStrategy,
Serialized Formsource| Constructor and Description |
|---|
SessionFixationProtectionEvent(org.springframework.security.core.Authentication authentication,
String oldSessionId,
String newSessionId)
Constructs a new session fixation protection event.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNewSessionId()
Getter for the session ID after it was changed.
|
String |
getOldSessionId()
Getter for the session ID before it was changed.
|
getAuthenticationgetTimestampgetSource, toStringpublic SessionFixationProtectionEvent(org.springframework.security.core.Authentication authentication,
String oldSessionId,
String newSessionId)
authentication - The authentication objectoldSessionId - The old session ID before it was changednewSessionId - The new session ID after it was changed