@Path(value="/") public final class ExecuteJdbcQuery extends FrankApiBase
log, securityContext, servletConfig, servletRequest, uriInfo
Constructor and Description |
---|
ExecuteJdbcQuery() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
execute(Map<String,Object> json) |
javax.ws.rs.core.Response |
getJdbcInfo() |
afterPropertiesSet, allowDeprecatedEndpoints, callAsyncGateway, callSyncGateway, callSyncGateway, getGateway, getJAXRSService, getProperty, getUserPrincipalName, sendSyncMessage, setApplicationContext
@GET @RolesAllowed(value={"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) @Path(value="/jdbc") @Produces(value="application/json") public javax.ws.rs.core.Response getJdbcInfo() throws ApiException
ApiException
@POST @RolesAllowed(value="IbisTester") @Path(value="/jdbc/query") @Consumes(value="application/json") @Produces(value="application/json") public javax.ws.rs.core.Response execute(Map<String,Object> json)
Copyright © 2023 Frank!Framework. All rights reserved.