jp.sourceforge.tsukuyomi.openid.rp
インタフェース RelayParty
- 既知の実装クラスの一覧:
- RelayPartyImpl
public interface RelayParty
discover
List<DiscoveryInformation> discover(String identifier)
throws DiscoveryException,
IdentifierException
- 例外:
DiscoveryException
IdentifierException
associate
DiscoveryInformation associate(List<DiscoveryInformation> discoveries)
authenticate
AuthRequest authenticate(DiscoveryInformation discovered,
String returnToUrl)
throws MessageException,
RelayPartyException
- 例外:
MessageException
RelayPartyException
verify
VerificationResult verify(String receivingUrl,
ParameterList response,
DiscoveryInformation discovered)
throws MessageException,
DiscoveryException,
AssociationException,
IdentifierException
- 例外:
MessageException
DiscoveryException
AssociationException
IdentifierException
Copyright © 2008 Project Tsukuyomi. All Rights Reserved.