Tsukuyomi OpenID
0.2.0

jp.sourceforge.tsukuyomi.openid.rp
インタフェース RelayParty

既知の実装クラスの一覧:
RelayPartyImpl

public interface RelayParty


メソッドの概要
 DiscoveryInformation associate(List<DiscoveryInformation> discoveries)
           
 AuthRequest authenticate(DiscoveryInformation discovered, String returnToUrl)
           
 List<DiscoveryInformation> discover(String identifier)
           
 VerificationResult verify(String receivingUrl, ParameterList response, DiscoveryInformation discovered)
           
 

メソッドの詳細

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

Tsukuyomi OpenID
0.2.0

Copyright © 2008 Project Tsukuyomi. All Rights Reserved.