@Path(value="/endp") @DenyAll @RequestScoped public class EjbEndpoint extends Object
Constructor and Description |
---|
EjbEndpoint() |
Modifier and Type | Method and Description |
---|---|
String |
getEJBEcho(jakarta.ws.rs.core.SecurityContext sec,
String input) |
String |
getEJBPrincipalClass(jakarta.ws.rs.core.SecurityContext sec) |
String |
getEJBSubjectClass(jakarta.ws.rs.core.SecurityContext sec) |
@GET @Path(value="/getEJBEcho") @RolesAllowed(value="Echoer") public String getEJBEcho(@Context jakarta.ws.rs.core.SecurityContext sec, @QueryParam(value="input") String input)
@GET @Path(value="/getEJBPrincipalClass") @RolesAllowed(value="Tester") public String getEJBPrincipalClass(@Context jakarta.ws.rs.core.SecurityContext sec)
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.