com.dyuproject.openid
Class DefaultDiscovery

java.lang.Object
  extended by com.dyuproject.openid.ChainedDiscovery
      extended by com.dyuproject.openid.DefaultDiscovery
All Implemented Interfaces:
Discovery

public final class DefaultDiscovery
extends ChainedDiscovery

Initially delegates discovery to YadisDiscovery and then to HtmlBasedDiscovery if the former is not successful.

Author:
David Yu
Date created:
Sep 23, 2008

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.dyuproject.openid.Discovery
Discovery.UserCache
 
Constructor Summary
DefaultDiscovery()
           
 
Method Summary
 
Methods inherited from class com.dyuproject.openid.ChainedDiscovery
discover
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDiscovery

public DefaultDiscovery()


Copyright © 2008-2013. All Rights Reserved.