Uses of Interface
com.dyuproject.openid.Discovery.UserCache

Packages that use Discovery.UserCache
com.dyuproject.openid   
 

Uses of Discovery.UserCache in com.dyuproject.openid
 

Classes in com.dyuproject.openid that implement Discovery.UserCache
 class IdentifierSelectUserCache
          A cache for providers that have generic identifiers (not tied to a single user) E.g google and yahoo's openid_identifier parameters
 

Methods in com.dyuproject.openid that return Discovery.UserCache
 Discovery.UserCache RelyingParty.getUserCache()
          Gets the user cache.
 

Constructors in com.dyuproject.openid with parameters of type Discovery.UserCache
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)
           
RelyingParty(OpenIdUserManager manager, Discovery.UserCache userCache)
           
 



Copyright © 2008-2013. All Rights Reserved.