Class GithubWebHookRest

  • All Implemented Interfaces:
    org.exoplatform.services.rest.resource.ResourceContainer

    public class GithubWebHookRest
    extends Object
    implements org.exoplatform.services.rest.resource.ResourceContainer
    • Method Detail

      • githubEvent

        public javax.ws.rs.core.Response githubEvent​(@HeaderParam("x-github-event")
                                                     String event,
                                                     @HeaderParam("x-hub-signature")
                                                     String signature,
                                                     String obj)
      • getUserSocialId

        public org.exoplatform.social.core.identity.model.Identity getUserSocialId​(String userName)