Uses of Class
org.nuxeo.ecm.platform.oauth2.clients.OAuth2Client
Packages that use OAuth2Client
-
Uses of OAuth2Client in org.nuxeo.ecm.platform.oauth2.clients
Methods in org.nuxeo.ecm.platform.oauth2.clients that return OAuth2ClientModifier and TypeMethodDescriptionOAuth2ClientService.create(OAuth2Client oAuth2Client, NuxeoPrincipal principal) Registers a new oAuth2 client as the given principal.OAuth2ClientServiceImpl.create(OAuth2Client oAuth2Client, NuxeoPrincipal principal) static OAuth2ClientOAuth2Client.fromDocumentModel(DocumentModel doc) Gets the oAuth2 client with the given client id.protected OAuth2ClientOAuth2ClientReader.readEntity(com.fasterxml.jackson.databind.JsonNode jn) OAuth2ClientService.update(String clientId, OAuth2Client oAuth2Client, NuxeoPrincipal principal) Updates an exiting oAuth2 client as the given principal.OAuth2ClientServiceImpl.update(String clientId, OAuth2Client oAuth2Client, NuxeoPrincipal principal) Methods in org.nuxeo.ecm.platform.oauth2.clients that return types with arguments of type OAuth2ClientModifier and TypeMethodDescriptionOAuth2ClientService.getClients()Gets all the oAuth2 clients.OAuth2ClientServiceImpl.getClients()Methods in org.nuxeo.ecm.platform.oauth2.clients with parameters of type OAuth2ClientModifier and TypeMethodDescriptionOAuth2ClientService.create(OAuth2Client oAuth2Client, NuxeoPrincipal principal) Registers a new oAuth2 client as the given principal.OAuth2ClientServiceImpl.create(OAuth2Client oAuth2Client, NuxeoPrincipal principal) static DocumentModelOAuth2Client.fromOAuth2Client(OAuth2Client oAuth2Client) Deprecated, for removal: This API element is subject to removal in a future version.OAuth2Client.toMap(OAuth2Client oAuth2Client) Converts anOAuth2Clientto map structure.OAuth2ClientService.update(String clientId, OAuth2Client oAuth2Client, NuxeoPrincipal principal) Updates an exiting oAuth2 client as the given principal.OAuth2ClientServiceImpl.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
Methods in org.nuxeo.ecm.restapi.server that return OAuth2ClientMethods in org.nuxeo.ecm.restapi.server that return types with arguments of type OAuth2ClientModifier and TypeMethodDescriptionOAuth2Object.getClients(jakarta.servlet.http.HttpServletRequest request) Retrieves oauth2 clients.Methods in org.nuxeo.ecm.restapi.server with parameters of type OAuth2ClientModifier and TypeMethodDescriptionjakarta.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) jakarta.ws.rs.core.ResponseOAuth2Object.updateClient(String clientId, OAuth2Client client) Updates the oauth2 client.protected NuxeoOAuth2TokenOAuth2Object.updateToken(OAuth2Client client, String nxuser, NuxeoOAuth2Token token)
Directory.createBareDocumentModel(String, Map)withtoMap(OAuth2Client)instead