Class UnsecuredPingEndpoint
- java.lang.Object
-
- org.eclipse.microprofile.jwt.tck.container.jaxrs.UnsecuredPingEndpoint
-
@Path("/ping") @RequestScoped public class UnsecuredPingEndpoint extends Object
-
-
Constructor Summary
Constructors Constructor Description UnsecuredPingEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
echoInput(jakarta.ws.rs.core.SecurityContext sec, String input)
-