Class RedirectEndpoint

java.lang.Object
org.opencastproject.redirect.RedirectEndpoint

@Path("/redirect") public class RedirectEndpoint extends Object
Endpoints for redirection schemes. Useful for example to enable external applications to implement certain authentication schemes.
  • Constructor Details

    • RedirectEndpoint

      public RedirectEndpoint()
  • Method Details

    • get

      @POST @Path("get") public javax.ws.rs.core.Response get(@FormParam("target") String target, @Context javax.ws.rs.core.UriInfo uriInfo)
      Essentially the Post/Redirect/Get pattern
      See Also: