public interface UserSessionAdapter<R,S,U>
Modifier and Type | Method and Description |
---|---|
Object |
getObjectFromSession(S session,
String sessionPropertyName)
Get an Object from the Session
|
String |
getOrigin(S session,
R request)
Source the request/session
|
String |
getSessionId(S session)
Get the web session id for the Session object
|
U |
getUser(S session)
Get User for Session
|
String |
getUserId(S session)
Get the userid for the given Session
|
void |
setObjectToSession(S session,
String sessionPropertyName,
Object o)
Set Object into the Session
|
Copyright © 2018. All rights reserved.