@ApplicationScoped @Path(value="/security") public class SecurityWebService extends Object
| Constructor and Description |
|---|
SecurityWebService() |
@Path(value="/constraints") @GET @Produces(value="application/json") public javax.ws.rs.core.Response listConstraints()
@Path(value="/constraints/{name}")
@GET
@Produces(value="application/json")
public javax.ws.rs.core.Response getConstraint(@PathParam(value="name")
String name)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.