@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 |
---|---|
java.lang.String |
getSessionId()
Deprecated.
Obtains the session ID.
|