Class RequestAssertionConsumerService


@Path("sso") public class RequestAssertionConsumerService extends AbstractRequestAssertionConsumerHandler
  • Constructor Details

    • RequestAssertionConsumerService

      public RequestAssertionConsumerService()
  • Method Details

    • processSamlResponse

      @POST @Produces("application/x-www-form-urlencoded") public jakarta.ws.rs.core.Response processSamlResponse(@FormParam("SAMLResponse") String encodedSamlResponse, @FormParam("RelayState") String relayState)
    • getSamlResponse

      @GET public jakarta.ws.rs.core.Response getSamlResponse(@QueryParam("SAMLResponse") String encodedSamlResponse, @QueryParam("RelayState") String relayState)