| Package | Description |
|---|---|
| org.nuxeo.ecm.platform.oauth2.clients | |
| org.nuxeo.ecm.restapi.server.jaxrs |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2Client |
OAuth2Client.fromDocumentModel(DocumentModel doc) |
OAuth2Client |
OAuth2ClientServiceImpl.getClient(String clientId) |
OAuth2Client |
OAuth2ClientService.getClient(String clientId) |
| Modifier and Type | Method and Description |
|---|---|
List<OAuth2Client> |
OAuth2ClientServiceImpl.getClients() |
List<OAuth2Client> |
OAuth2ClientService.getClients() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OAuth2ClientWriter.writeEntityBody(OAuth2Client client,
com.fasterxml.jackson.core.JsonGenerator jg) |
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2Client |
OAuth2Object.getClient(String clientId) |
| Modifier and Type | Method and Description |
|---|---|
List<OAuth2Client> |
OAuth2Object.getClients(javax.servlet.http.HttpServletRequest request)
Retrieves oauth2 clients.
|
| Modifier and Type | Method and Description |
|---|---|
protected NuxeoOAuth2Token |
OAuth2Object.getToken(OAuth2Client client,
String nxuser) |
protected DocumentModel |
OAuth2Object.getTokenDoc(OAuth2Client client,
String nxuser) |
protected NuxeoOAuth2Token |
OAuth2Object.updateToken(OAuth2Client client,
String nxuser,
NuxeoOAuth2Token token) |
Copyright © 2019 Nuxeo. All rights reserved.