com.dyuproject.openid
Class OpenIdContext
java.lang.Object
com.dyuproject.openid.OpenIdContext
public final class OpenIdContext
- extends Object
OpenIdContext - contains all necessary objects to operate on openid procedures.
- Author:
- David Yu
- Date created:
- Sep 8, 2008
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPENID_NS
public static final String OPENID_NS
- See Also:
- Constant Field Values
OpenIdContext
public OpenIdContext(Discovery discovery,
Association association,
HttpConnector httpConnector)
getAssociation
public Association getAssociation()
- Gets the association.
getDiscovery
public Discovery getDiscovery()
- Gets the discovery.
getHttpConnector
public HttpConnector getHttpConnector()
- Gets the http connector.
Copyright © 2008-2013. All Rights Reserved.