- All Known Implementing Classes:
SessionHandler
public interface IuSessionHandler
Manages generic session handler for applications
Implementations manage session tokens and state of sessions to ensure that session attributes transfer via encrypted channel.
-
Method Summary
Modifier and TypeMethodDescriptionactivate(Iterable<HttpCookie> cookies) Activates session for registered resource URIcreate()Create IuSessionvoidremove(Iterable<HttpCookie> cookies) Removes session from storageRekeys, tokenizes, and stores an active session.
-
Method Details
-
create
IuSession create()Create IuSession- Returns:
IuSession
-
activate
Activates session for registered resource URI- Parameters:
cookies-HttpCookie- Returns:
IuSession
-
store
Rekeys, tokenizes, and stores an active session.- Parameters:
session-IuSession- Returns:
- response cookie attributes
-
remove
Removes session from storage- Parameters:
cookies- cookies
-