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 Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.jans.as.model.uma.RptIntrospectionResponse requestRptStatus​(java.lang.String authorization, java.lang.String rptAsString, java.lang.String tokenTypeHint)  
    • Method Detail

      • requestRptStatus

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