jp.sourceforge.tsukuyomi.openid.rp.impl
クラス InMemoryConsumerAssociationStore
java.lang.Object
jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryConsumerAssociationStore
- すべての実装されたインタフェース:
- ConsumerAssociationStore
public class InMemoryConsumerAssociationStore
- extends Object
- implements ConsumerAssociationStore
- 作成者:
- Marius Scurtescu, Johnny Bufu
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryConsumerAssociationStore
public InMemoryConsumerAssociationStore()
save
public void save(String idpUrl,
Association association)
- 定義:
- インタフェース
ConsumerAssociationStore
内の save
load
public Association load(String idpUrl,
String handle)
- 定義:
- インタフェース
ConsumerAssociationStore
内の load
load
public Association load(String idpUrl)
- 定義:
- インタフェース
ConsumerAssociationStore
内の load
remove
public void remove(String idpUrl,
String handle)
- 定義:
- インタフェース
ConsumerAssociationStore
内の remove
size
public int size()
Copyright © 2008 Project Tsukuyomi. All Rights Reserved.