Class ConnectRegistrationBroker

    • Constructor Detail

      • ConnectRegistrationBroker

        public ConnectRegistrationBroker()
    • Method Detail

      • registration

        protected static org.nuxeo.connect.registration.ConnectRegistrationService registration()
      • remoteRenewRegistration

        public void remoteRenewRegistration()
                                     throws IOException,
                                            org.nuxeo.connect.registration.RegistrationException
        Renews a registration.
        Throws:
        IOException
        org.nuxeo.connect.registration.RegistrationException
        Since:
        8.10-HF15
      • getProjectByName

        public org.nuxeo.connect.data.ConnectProject getProjectByName​(String projectName,
                                                                      List<org.nuxeo.connect.data.ConnectProject> availableProjects)
        Find a project by its symbolic name, ignoring case
        Parameters:
        projectName - project symbolic name
        availableProjects - projects in which to to look for project
        Returns:
        the project or null if not found