Interface RbacServer

    • Method Detail

      • getRbacInfo

        @GET
        @Path("/access/")
        @Consumes("application/json")
        @Produces("application/json")
        RbacRaw getRbacInfo​(@QueryParam("application")
                            String application,
                            @HeaderParam("x-rh-identity")
                            String rhIdentity)