com.dyuproject.openid
Interface Discovery

All Known Implementing Classes:
ChainedDiscovery, DefaultDiscovery, HtmlBasedDiscovery, RegexHtmlBasedDiscovery, YadisDiscovery

public interface Discovery

Discovery - the mechanism to obtain information about a user's openid provider and its available services.

Author:
David Yu
Date created:
Sep 10, 2008

Nested Class Summary
static interface Discovery.UserCache
          The cached user objects used by relyingParty will be filled with data.
 
Method Summary
 OpenIdUser discover(Identifier identifier, OpenIdContext context)
          Discovers the user's openid server endpoint and local id (optional).
 

Method Detail

discover

OpenIdUser discover(Identifier identifier,
                    OpenIdContext context)
                    throws Exception
Discovers the user's openid server endpoint and local id (optional).

Throws:
Exception


Copyright © 2008-2013. All Rights Reserved.