com.dyuproject.openid
Class YadisDiscovery
java.lang.Object
com.dyuproject.openid.YadisDiscovery
- All Implemented Interfaces:
- Discovery
public final class YadisDiscovery
- extends Object
- implements Discovery
YadisDiscovery - parses xrds documents either specified by the header X_XRDS_LOCATION
or the identifier itself if the content type is XRDS_CONTENT_TYPE
.
- Author:
- David Yu
- Date created:
- Sep 25, 2008
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDENTIFIER_SELECT
public static final String IDENTIFIER_SELECT
- See Also:
- Constant Field Values
YadisDiscovery
public YadisDiscovery()
discover
public OpenIdUser discover(Identifier identifier,
OpenIdContext context)
throws Exception
- Description copied from interface:
Discovery
- Discovers the user's openid server endpoint and local id (optional).
- Specified by:
discover
in interface Discovery
- Throws:
Exception
Copyright © 2008-2013. All Rights Reserved.