Uses of Class
com.dyuproject.openid.OpenIdContext

Packages that use OpenIdContext
com.dyuproject.openid   
com.dyuproject.openid.ext   
 

Uses of OpenIdContext in com.dyuproject.openid
 

Methods in com.dyuproject.openid that return OpenIdContext
 OpenIdContext RelyingParty.getOpenIdContext()
          Gets the OpenIdContext.
 

Methods in com.dyuproject.openid with parameters of type OpenIdContext
 boolean Association.associate(OpenIdUser user, OpenIdContext context)
          Associates the user with his openid provider and stores the association data for future verification.
 boolean DiffieHellmanAssociation.associate(OpenIdUser user, OpenIdContext context)
           
 OpenIdUser Discovery.discover(Identifier identifier, OpenIdContext context)
          Discovers the user's openid server endpoint and local id (optional).
 OpenIdUser RegexHtmlBasedDiscovery.discover(Identifier identifier, OpenIdContext context)
           
 OpenIdUser ChainedDiscovery.discover(Identifier identifier, OpenIdContext context)
           
 OpenIdUser YadisDiscovery.discover(Identifier identifier, OpenIdContext context)
           
 OpenIdUser HtmlBasedDiscovery.discover(Identifier identifier, OpenIdContext context)
           
static Identifier Identifier.getIdentifier(String id, Identifier.Resolver resolver, OpenIdContext context)
          Returns an Identifier with the id same as the url if the given id is a valid url; If not, the given resolver will resolve the url.
 void Identifier.Resolver.resolve(Identifier identifier, OpenIdContext context)
           
 void Identifier.ResolverCollection.resolve(Identifier identifier, OpenIdContext context)
           
 boolean Association.verifyAuth(OpenIdUser user, Map<String,String> authRedirect, OpenIdContext context)
          Verifies the authentication response by validating against the previous association data stored from Association.associate(OpenIdUser, OpenIdContext)
 boolean DiffieHellmanAssociation.verifyAuth(OpenIdUser user, Map<String,String> authRedirect, OpenIdContext context)
           
 

Constructors in com.dyuproject.openid with parameters of type OpenIdContext
RelyingParty(OpenIdContext context, OpenIdUserManager manager)
           
RelyingParty(OpenIdContext context, OpenIdUserManager manager, boolean automaticRedirect)
           
RelyingParty(OpenIdContext context, OpenIdUserManager manager, Discovery.UserCache userCache, boolean automaticRedirect)
           
RelyingParty(OpenIdContext context, OpenIdUserManager manager, Discovery.UserCache userCache, boolean automaticRedirect, boolean identifierAsServer, AuthRedirection authRedirection, String identifierParameter)
           
 

Uses of OpenIdContext in com.dyuproject.openid.ext
 

Methods in com.dyuproject.openid.ext with parameters of type OpenIdContext
 void EmailResolver.resolve(Identifier identifier, OpenIdContext context)
           
 



Copyright © 2008-2013. All Rights Reserved.