public interface

SessionIdentifierAware

org.springframework.security.core.session.SessionIdentifierAware

This interface is deprecated.
Legacy of former concurrency control implementation. Will be removed in a future version.

Class Overview

Implemented by getDetails() implementations that are capable of returning a session ID.

Used to extract the session ID from an Authentication object.

Summary

Public Methods
abstract String getSessionId()
Obtains the session ID.

Public Methods

public abstract String getSessionId ()

Obtains the session ID.

Returns
  • the session ID, or null if not known.