Uses of Class
org.restlet.ext.oauth.ClientStore

Packages that use ClientStore
org.restlet.ext.oauth Support for OAuth 2.0 HTTP authentication. 
 

Uses of ClientStore in org.restlet.ext.oauth
 

Fields in org.restlet.ext.oauth declared as ClientStore
protected  ClientStore<?> OAuthServerResource.clients
           
 

Methods in org.restlet.ext.oauth that return ClientStore
static ClientStore<?> ClientStoreFactory.getInstance()
          Creates an instance of ClientStore.
 

Method parameters in org.restlet.ext.oauth with type arguments of type ClientStore
static void ClientStoreFactory.setClientStoreImpl(Class<? extends ClientStore<?>> impl)
          This method sets up if the implementing class uses a no-arg public constructor
static void ClientStoreFactory.setClientStoreImpl(Class<? extends ClientStore<?>> impl, Object... constructorParams)
           
 



Copyright © 2005-2013 Restlet.