|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionIdentifierAware
Implemented by Authentication.getDetails()
implementations that are capable of returning a session ID.
This interface is used by org.springframework.security.authentication.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
.
Method Summary | |
---|---|
String |
getSessionId()
Obtains the session ID. |
Method Detail |
---|
String getSessionId()
null
if not known.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |