Package com.netscape.certsrv.system
Class FeatureClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.system.FeatureClient
-
public class FeatureClient extends Client
- Author:
- Ade Lee
-
-
Field Summary
Fields Modifier and Type Field Description FeatureResource
featureClient
-
Constructor Summary
Constructors Constructor Description FeatureClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Feature
getFeature(java.lang.String featureID)
java.util.List<Feature>
listFeatures()
-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
-
-
-
Field Detail
-
featureClient
public FeatureResource featureClient
-
-
Constructor Detail
-
FeatureClient
public FeatureClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-