Uses of Class
org.nuxeo.ecm.platform.oauth2.clients.OAuth2Client
-
Packages that use OAuth2Client Package Description org.nuxeo.ecm.platform.oauth2.clients org.nuxeo.ecm.restapi.server.jaxrs -
-
Uses of OAuth2Client in org.nuxeo.ecm.platform.oauth2.clients
Methods in org.nuxeo.ecm.platform.oauth2.clients that return OAuth2Client Modifier and Type Method Description OAuth2ClientOAuth2ClientService. create(OAuth2Client oAuth2Client, NuxeoPrincipal principal)Registers a new oAuth2 client as the given principal.OAuth2ClientOAuth2ClientServiceImpl. create(OAuth2Client oAuth2Client, NuxeoPrincipal principal)static OAuth2ClientOAuth2Client. fromDocumentModel(DocumentModel doc)OAuth2ClientOAuth2ClientService. getClient(String clientId)Gets the oAuth2 client with the given client id.OAuth2ClientOAuth2ClientServiceImpl. getClient(String clientId)protected OAuth2ClientOAuth2ClientReader. readEntity(com.fasterxml.jackson.databind.JsonNode jn)OAuth2ClientOAuth2ClientService. update(String clientId, OAuth2Client oAuth2Client, NuxeoPrincipal principal)Updates an exiting oAuth2 client as the given principal.OAuth2ClientOAuth2ClientServiceImpl. update(String clientId, OAuth2Client oAuth2Client, NuxeoPrincipal principal)Methods in org.nuxeo.ecm.platform.oauth2.clients that return types with arguments of type OAuth2Client Modifier and Type Method Description List<OAuth2Client>OAuth2ClientService. getClients()Gets all the oAuth2 clients.List<OAuth2Client>OAuth2ClientServiceImpl. getClients()Methods in org.nuxeo.ecm.platform.oauth2.clients with parameters of type OAuth2Client Modifier and Type Method Description OAuth2ClientOAuth2ClientService. create(OAuth2Client oAuth2Client, NuxeoPrincipal principal)Registers a new oAuth2 client as the given principal.OAuth2ClientOAuth2ClientServiceImpl. create(OAuth2Client oAuth2Client, NuxeoPrincipal principal)static DocumentModelOAuth2Client. fromOAuth2Client(OAuth2Client oAuth2Client)Creates aDocumentModelfrom anOAuth2Client.static Map<String,Object>OAuth2Client. toMap(OAuth2Client oAuth2Client)Converts anOAuth2Clientto map structure.OAuth2ClientOAuth2ClientService. update(String clientId, OAuth2Client oAuth2Client, NuxeoPrincipal principal)Updates an exiting oAuth2 client as the given principal.OAuth2ClientOAuth2ClientServiceImpl. update(String clientId, OAuth2Client oAuth2Client, NuxeoPrincipal principal)static DocumentModelOAuth2Client. updateDocument(DocumentModel documentModel, OAuth2Client oAuth2Client)Updates theDocumentModelby theOAuth2Client.protected voidOAuth2ClientServiceImpl. validate(OAuth2Client oAuth2Client)Validates theOAuth2Client.protected voidOAuth2ClientWriter. writeEntityBody(OAuth2Client client, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of OAuth2Client in org.nuxeo.ecm.restapi.server.jaxrs
Methods in org.nuxeo.ecm.restapi.server.jaxrs that return OAuth2Client Modifier and Type Method Description protected OAuth2ClientOAuth2Object. getClient(String clientId)Methods in org.nuxeo.ecm.restapi.server.jaxrs that return types with arguments of type OAuth2Client Modifier and Type Method Description List<OAuth2Client>OAuth2Object. getClients(javax.servlet.http.HttpServletRequest request)Retrieves oauth2 clients.Methods in org.nuxeo.ecm.restapi.server.jaxrs with parameters of type OAuth2Client Modifier and Type Method Description javax.ws.rs.core.ResponseOAuth2Object. createClient(OAuth2Client client)Creates a new oauth2 client.protected NuxeoOAuth2TokenOAuth2Object. getToken(OAuth2Client client, String nxuser)protected DocumentModelOAuth2Object. getTokenDoc(OAuth2Client client, String nxuser)javax.ws.rs.core.ResponseOAuth2Object. updateClient(String clientId, OAuth2Client client)Updates the oauth2 client.protected NuxeoOAuth2TokenOAuth2Object. updateToken(OAuth2Client client, String nxuser, NuxeoOAuth2Token token)
-