예제 #1
0
 @GET
 @Produces(MediaType.APPLICATION_JSON)
 public Response getSaml() throws Exception {
   return runService(securityFactory.getSaml());
 }