|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client | |
---|---|
org.restlet.ext.oauth | Support for OAuth 2.0 HTTP authentication. |
Uses of Client in org.restlet.ext.oauth |
---|
Methods in org.restlet.ext.oauth that return Client | |
---|---|
abstract Client |
ClientStore.createClient(String clientId,
String redirectUri)
Useful only for clients using the user agent oauth flow where secret is never used |
abstract Client |
ClientStore.createClient(String clientId,
String clientSecret,
String redirectUri)
Used for creating a data entry representation for a oauth client |
abstract Client |
ClientStore.findById(String id)
Search for a client_id if present in the database. |
abstract Client |
AuthenticatedUser.getClient()
Gets the client object that associated and created this user. |
Methods in org.restlet.ext.oauth that return types with arguments of type Client | |
---|---|
abstract Collection<? extends Client> |
ClientStore.findClientsForUser(String userid)
Function to find all granted client for a specific authenticated use. |
Methods in org.restlet.ext.oauth with parameters of type Client | |
---|---|
protected Representation |
AuthorizationServerResource.doPostAuthenticate(org.restlet.ext.oauth.internal.AuthSession session,
Client client)
Handle the authentication request. |
protected String |
OAuthServerResource.generateAgentToken(String userId,
Client client,
String redirURL)
Returns the agent token for the given user, client and redirection URI. |
protected String |
OAuthServerResource.generateCode(String userId,
Client client,
String redirURL)
Returns the code for the given user, client and redirection URI. |
protected void |
AuthorizationServerResource.setupSession(org.restlet.ext.oauth.internal.AuthSession in,
Client client,
ResponseType flow,
String redirUri,
Form params)
Sets up a session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |