Class LogoutApi

  • All Implemented Interfaces:
    org.wso2.msf4j.Microservice

    @Path("/logout")
    @Consumes("application/json")
    @Produces("application/json")
    @ApplicationPath("/logout")
    public class LogoutApi
    extends Object
    implements org.wso2.msf4j.Microservice
    Logout API class.
    • Constructor Detail

      • LogoutApi

        public LogoutApi()
    • Method Detail

      • logoutAppNamePost

        @POST
        @Path("/{appName:(.*)}")
        @Consumes("application/json")
        @Produces("application/json")
        public javax.ws.rs.core.Response logoutAppNamePost​(@PathParam("appName")
                                                           String appName,
                                                           @Context
                                                           org.wso2.msf4j.Request request)
                                                    throws NotFoundException
        Throws:
        NotFoundException
      • singleLogoutAppNamePost

        @GET
        @Path("/slo/{appName}")
        @Produces("application/json")
        public javax.ws.rs.core.Response singleLogoutAppNamePost​(@PathParam("appName")
                                                                 String appName,
                                                                 @Context
                                                                 org.wso2.msf4j.Request request)
                                                          throws NotFoundException
        Throws:
        NotFoundException