Class AltApplication
- java.lang.Object
-
- jakarta.ws.rs.core.Application
-
- org.eclipse.microprofile.jwt.tck.config.AltApplication
-
@LoginConfig(authMethod="MP-JWT", realmName="TCK-MP-JWT") @ApplicationPath("/alt") public class AltApplication extends jakarta.ws.rs.core.Application
A JAX-RS application marked as requiring MP-JWT authentication with /alt root path
-
-
Constructor Summary
Constructors Constructor Description AltApplication()
-