Class OAuth2Callback

All Implemented Interfaces:
ModuleResource, Resource, Adaptable

@Path("/oauth2") @Produces("text/html;charset=UTF-8") public class OAuth2Callback extends ModuleRoot
WebEngine module to handle the OAuth2 callback
  • Constructor Details

    • OAuth2Callback

      public OAuth2Callback()
  • Method Details

    • doGet

      @GET @Path("{serviceProviderName}/callback") public jakarta.ws.rs.core.Response doGet(@PathParam("serviceProviderName") String serviceProviderName) throws IOException
      Returns:
      the rendered page.
      Throws:
      IOException