|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.ext.oauth.UserStore
org.restlet.ext.oauth.Client
public abstract class Client
A POJO representing a OAuth client_id. Each client can have collected a number of authenticated users to allow working on their behalf. Implementors should implement the storage and retrieval.
Constructor Summary | |
---|---|
Client()
|
Method Summary | |
---|---|
abstract String |
getApplicationName()
Human readable name of the application that this client represents It can be useful for UI components to be presented. |
abstract String |
getClientId()
Client id that the client has registered at the auth provider. |
abstract String |
getClientSecret()
Client secret that the client has registered at the auth provider. |
abstract String |
getRedirectUri()
Redirect URL that the client has registered at the auth provider. |
Methods inherited from class org.restlet.ext.oauth.UserStore |
---|
containsUser, createUser, findUser, revokeUser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Client()
Method Detail |
---|
public abstract String getClientId()
public abstract String getClientSecret()
public abstract String getRedirectUri()
public abstract String getApplicationName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |