Interface SessionApi


  • @Path("/Session")
    public interface SessionApi
    See Also:
    • Method Detail

      • isValid

        @Named("GET:Session")
        @GET
        boolean isValid​(@HeaderParam("Auth-Token")
                        String token)
      • logout

        @Named("DELETE:Session")
        @DELETE
        void logout​(@HeaderParam("Auth-Token")
                    String token)