jp.sourceforge.tsukuyomi.openid.rp.impl
クラス InMemoryNonceVerifier
java.lang.Object
jp.sourceforge.tsukuyomi.openid.rp.AbstractNonceVerifier
jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryNonceVerifier
- すべての実装されたインタフェース:
- NonceVerifier
public class InMemoryNonceVerifier
- extends AbstractNonceVerifier
- 作成者:
- Marius Scurtescu, Johnny Bufu
メソッドの概要 |
protected int |
seen(Date now,
String idpUrl,
String nonce)
Subclasses should implement this method and check if the nonce was seen
before. |
int |
size()
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryNonceVerifier
public InMemoryNonceVerifier(int maxAge)
InMemoryNonceVerifier
public InMemoryNonceVerifier()
seen
protected int seen(Date now,
String idpUrl,
String nonce)
- クラス
AbstractNonceVerifier
の記述:
- Subclasses should implement this method and check if the nonce was seen
before. The nonce timestamp was verified at this point, it is valid and
it is in the max age boudary.
- 定義:
- クラス
AbstractNonceVerifier
内の seen
- パラメータ:
now
- The timestamp used to check the max age boudary.
size
public int size()
Copyright © 2008 Project Tsukuyomi. All Rights Reserved.