Package com.netscape.certsrv.tps.profile
Class ProfileClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.tps.profile.ProfileClient
- Author:
- Endi S. Dewata
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProfileClient
(PKIClient client) ProfileClient
(PKIClient client, String subsystem) -
Method Summary
Modifier and TypeMethodDescriptionaddProfile
(ProfileData profileData) changeProfileStatus
(String profileID, String action) findProfiles
(String filter, Integer start, Integer size) getProfile
(String profileID) void
init()
void
removeProfile
(String profileID) updateProfile
(String profileID, ProfileData profileData) Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
Field Details
-
resource
-
-
Constructor Details
-
Method Details