| Implemented by
org.acegisecurity.Authentication.getDetails implementations that are capable of returning a session ID.
This interface is used by
org.acegisecurity.concurrent.SessionRegistryUtils to extract the session
ID from an Authentication object. In turn,
SessionRegistryUtils is used by
ConcurrentSessionControllerImpl . If not using this latter implementation,
you do not need the Authentication.getDetails() object to
implement SessionIdentifierAware .
author: Ben Alex version: $Id: SessionIdentifierAware.java 1784 2007-02-24 21:00:24Z luke_t $ |