Uses of Interface
com.dyuproject.openid.Discovery

Packages that use Discovery
com.dyuproject.openid   
 

Uses of Discovery in com.dyuproject.openid
 

Classes in com.dyuproject.openid that implement Discovery
 class ChainedDiscovery
          ChainedDiscovery - chains and delegates the discovery to its wrapped discoveries until an OpenIdUser is successfully discovered.
 class DefaultDiscovery
          Initially delegates discovery to YadisDiscovery and then to HtmlBasedDiscovery if the former is not successful.
 class HtmlBasedDiscovery
          Discovery mechanism to retrieve the openid.server and openid.delegate from link tags.
 class RegexHtmlBasedDiscovery
          Same as HtmlBasedDiscvoery but uses regex to search for the openid2.provider, openid.server, openid2.local_id and openid.delegate.
 class YadisDiscovery
          YadisDiscovery - parses xrds documents either specified by the header YadisDiscovery.X_XRDS_LOCATION or the identifier itself if the content type is YadisDiscovery.XRDS_CONTENT_TYPE.
 

Methods in com.dyuproject.openid that return Discovery
 Discovery OpenIdContext.getDiscovery()
          Gets the discovery.
 

Constructors in com.dyuproject.openid with parameters of type Discovery
ChainedDiscovery(Discovery[] discoveries)
           
OpenIdContext(Discovery discovery, Association association, HttpConnector httpConnector)
           
 

Constructor parameters in com.dyuproject.openid with type arguments of type Discovery
ChainedDiscovery(List<Discovery> discoveries)
           
 



Copyright © 2008-2013. All Rights Reserved.