Class DbAclRestApplication
java.lang.Object
io.deephaven.shadow.resteasy.javax.ws.rs.core.Application
com.illumon.iris.db.v2.permissions.rs.DbAclRestApplication
@ApplicationPath("/acl")
public class DbAclRestApplication
extends io.deephaven.shadow.resteasy.javax.ws.rs.core.Application
The Acl RestApi server application class. Restricts the Resources, Providers used in application to those returned in
getClasses()
-
Constructor Summary
ConstructorsConstructorDescriptionDbAclRestApplication
(javax.servlet.ServletConfig servletConfig) Default Constructor, initializes the resources and provider classes set used in the api calls -
Method Summary
Methods inherited from class io.deephaven.shadow.resteasy.javax.ws.rs.core.Application
getProperties, getSingletons
-
Constructor Details
-
DbAclRestApplication
public DbAclRestApplication(@Context javax.servlet.ServletConfig servletConfig) Default Constructor, initializes the resources and provider classes set used in the api calls- Parameters:
servletConfig
- the servletConfig retrieved from context, to update in the openApiOpenApiContextBuilder
-
-
Method Details
-
getClasses
- Overrides:
getClasses
in classio.deephaven.shadow.resteasy.javax.ws.rs.core.Application
-