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()
           
 

Methods in com.dyuproject.openid with parameters of type OpenIdContext
 boolean Association.associate(OpenIdUser user, OpenIdContext context)
           
 boolean DiffieHellmanAssociation.associate(OpenIdUser user, OpenIdContext context)
           
 OpenIdUser HtmlBasedDiscovery.discover(Identifier identifier, OpenIdContext context)
           
 OpenIdUser Discovery.discover(Identifier identifier, OpenIdContext context)
           
 OpenIdUser YadisDiscovery.discover(Identifier identifier, OpenIdContext context)
           
 OpenIdUser DefaultDiscovery.discover(Identifier identifier, OpenIdContext context)
           
static Identifier Identifier.getIdentifier(String id, Identifier.Resolver resolver, OpenIdContext context)
           
 void Identifier.Resolver.resolve(Identifier identifier, OpenIdContext context)
           
 void Identifier.ResolverCollection.resolve(Identifier identifier, OpenIdContext context)
           
 void RelyingParty.setOpenIdContext(OpenIdContext context)
           
 boolean Association.verifyAuth(OpenIdUser user, Map<String,String> authRedirect, OpenIdContext context)
           
 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)
           
 

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 © 2013. All Rights Reserved.