|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |