@Deprecated public interface SessionIdentifierAware
Authentication.getDetails()
implementations that are capable of returning a session ID.
Used to extract the session ID from an Authentication object.
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionId()
Deprecated.
Obtains the session ID.
|
String getSessionId()
null if not known.