Uses of Interface
com.dyuproject.openid.Identifier.Resolver

Packages that use Identifier.Resolver
com.dyuproject.openid   
com.dyuproject.openid.ext   
 

Uses of Identifier.Resolver in com.dyuproject.openid
 

Classes in com.dyuproject.openid that implement Identifier.Resolver
static class Identifier.ResolverCollection
          Allows for chaining the resolution until it is successfully resolved.
 

Methods in com.dyuproject.openid that return Identifier.Resolver
 Identifier.Resolver[] Identifier.ResolverCollection.getResolvers()
          Gets the wrapped array of resolvers.
 

Methods in com.dyuproject.openid with parameters of type Identifier.Resolver
 Identifier.ResolverCollection Identifier.ResolverCollection.addResolver(Identifier.Resolver resolver)
          Adds a resolver to the chain.
 RelyingParty RelyingParty.addResolver(Identifier.Resolver resolver)
          Adds a custom resolver.
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.
 int Identifier.ResolverCollection.indexOf(Identifier.Resolver resolver)
          Gets the index of the given resolver.
 

Uses of Identifier.Resolver in com.dyuproject.openid.ext
 

Classes in com.dyuproject.openid.ext that implement Identifier.Resolver
 class EmailResolver
          Resolves the url from a given email address.
 



Copyright © 2008-2013. All Rights Reserved.