public interface SessionIdStore
| Modifier and Type | Method and Description |
|---|---|
String |
getLogin(String sessionId) |
static SessionIdStore |
inMemory() |
void |
put(String sessionId,
String login) |
void |
remove(String sessionId) |
Copyright © 2015. All Rights Reserved.