| Package | Description |
|---|---|
| org.nustaq.kontraktor.weblication | |
| org.nustaq.kontraktor.weblication.model |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<ISessionStorage.Token> |
ISessionStorage.takeToken(String tokenId,
boolean delete)
retrieves the token if it is present and valid (not timed out)
|
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<String> |
ISessionStorage.createToken(ISessionStorage.Token t)
creates a persisted token associated with the user and data.
|
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<ISessionStorage.Token> |
DefaultSessionStorage.takeToken(String tokenId,
boolean delete) |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.kontraktor.IPromise<String> |
DefaultSessionStorage.createToken(ISessionStorage.Token t) |
Copyright © 2017. All rights reserved.