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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProfile
(ProfileData data) byte[]
createProfileRaw
(byte[] properties) void
deleteProfile
(String id) void
disableProfile
(String id) void
enableProfile
(String id) modifyProfile
(ProfileData data) byte[]
modifyProfileRaw
(String profileId, byte[] properties) byte[]
-
Constructor Details
-
ProfileClient
- Throws:
Exception
-
-
Method Details
-
retrieveProfile
- Throws:
Exception
-
retrieveProfileRaw
- Throws:
Exception
-
listProfiles
public ProfileDataInfos listProfiles(Integer start, Integer size, Boolean visible, Boolean enable, String enableBy) throws Exception - Throws:
Exception
-
enableProfile
- Throws:
Exception
-
disableProfile
- Throws:
Exception
-
createProfile
- Throws:
Exception
-
createProfileRaw
- Throws:
Exception
-
modifyProfile
- Throws:
Exception
-
modifyProfileRaw
- Throws:
Exception
-
deleteProfile
- Throws:
Exception
-