spring-security-core

org.springframework.security.core.session
Interface SessionIdentifierAware


Deprecated. Legacy of former concurrency control implementation. Will be removed in a future version.

@Deprecated
public interface SessionIdentifierAware

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

Used to extract the session ID from an Authentication object.

Author:
Ben Alex

Method Summary
 String getSessionId()
          Deprecated. Obtains the session ID.
 

Method Detail

getSessionId

String getSessionId()
Deprecated. 
Obtains the session ID.

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

spring-security-core