Package com.netscape.certsrv.profile
Class ProfileClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.profile.ProfileClient
- Author:
- Ade Lee
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProfile(ProfileData data) byte[]createProfileRaw(byte[] properties) voiddeleteProfile(String id) voiddisableProfile(String id) voidenableProfile(String id) voidinit()listProfiles(Integer start, Integer size) modifyProfile(ProfileData data) byte[]modifyProfileRaw(String profileId, byte[] properties) byte[]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
-
profileClient
-
-
Constructor Details
-
ProfileClient
- Throws:
Exception
-
-
Method Details
-
init
- Throws:
Exception
-
retrieveProfile
- Throws:
Exception
-
retrieveProfileRaw
- Throws:
Exception
-
listProfiles
- Throws:
Exception
-
enableProfile
- Throws:
Exception
-
disableProfile
- Throws:
Exception
-
createProfile
- Throws:
Exception
-
createProfileRaw
- Throws:
Exception
-
modifyProfile
- Throws:
Exception
-
modifyProfileRaw
- Throws:
Exception
-
deleteProfile
- Throws:
Exception
-