Interface UmaRptIntrospectionService


  • public interface UmaRptIntrospectionService
    The endpoint at which the host requests the status of an RPT presented to it by a requester. The endpoint is RPT introspection profile implementation defined here: http://docs.kantarainitiative.org/uma/draft-uma-core.html#uma-bearer-token-profile
    • Method Detail

      • requestRptStatus

        @POST
        @Produces("application/json")
        io.jans.as.model.uma.RptIntrospectionResponse requestRptStatus​(@HeaderParam("Authorization")
                                                                       String authorization,
                                                                       @FormParam("token")
                                                                       String rptAsString,
                                                                       @FormParam("token_type_hint")
                                                                       String tokenTypeHint)