public class SessionFixationProtectionEvent extends AbstractAuthenticationEvent
SessionFixationProtectionStrategy
,
Serialized Formsource
Constructor and Description |
---|
SessionFixationProtectionEvent(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.
|
getAuthentication
getTimestamp
getSource, toString
public SessionFixationProtectionEvent(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