org.springframework.security.core.session
Interface SessionIdentifierAware

All Known Implementing Classes:
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails, WebAuthenticationDetails

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()
          Obtains the session ID.
 

Method Detail

getSessionId

String getSessionId()
Obtains the session ID.

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


Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.