|
Tsukuyomi OpenID 0.2.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface NonceVerifier
| フィールドの概要 | |
|---|---|
static int |
INVALID_TIMESTAMP
The timestamp of the nonce is invalid, it cannot be parsed. |
static int |
OK
This noce is valid and it was not seen before. |
static int |
SEEN
The nonce was seen before. |
static int |
TOO_OLD
The timestamp of the nonce is too old and it is not tracked anymore. |
| メソッドの概要 | |
|---|---|
int |
getMaxAge()
Returns the expiration timeout for nonces, in seconds |
int |
seen(String idpUrl,
String nonce)
Checks if a nonce was seen before. |
| フィールドの詳細 |
|---|
static final int OK
static final int SEEN
static final int INVALID_TIMESTAMP
static final int TOO_OLD
| メソッドの詳細 |
|---|
int seen(String idpUrl,
String nonce)
OK only if this nonce has a valid time stamp, the time
stamp did not age and the nonce was not seen before.int getMaxAge()
|
Tsukuyomi OpenID 0.2.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||