Package com.netscape.certsrv.system
Interface FeatureResource
- All Known Implementing Classes:
FeatureService
@Path("config/features")
public interface FeatureResource
- Author:
- alee
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
getFeature
(String id) jakarta.ws.rs.core.Response
-
Method Details
-
listFeatures
@GET jakarta.ws.rs.core.Response listFeatures() -
getFeature
-