Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-22523

Remove contributions registration on ClientRegistry service

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 9.2
    • Component/s: OAuth
    • Epic Link:
    • Upgrade notes:
      Hide

      ClientRegistry class does not exist anymore but was replace with OAuth2ClientService.
      If you were retrieving it, you should replace your code with:

      OAuth2ClientService clientService = Framework.getService(OAuth2ClientService.class);
      
      Show
      ClientRegistry class does not exist anymore but was replace with OAuth2ClientService . If you were retrieving it, you should replace your code with: OAuth2ClientService clientService = Framework.getService(OAuth2ClientService.class);
    • Sprint:
      nxfit 9.2.5, nxfit 9.2.6
    • Story Points:
      3

      Description

      Only use clients registered in the directory, remove the contributions registration, adapt code using it.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 0 minutes
                0m
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 day, 6 hours
                1d 6h