Package com.netscape.certsrv.tps.profile
Class ProfileMappingClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.tps.profile.ProfileMappingClient
- Author:
- Endi S. Dewata
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProfileMapping
(ProfileMappingData profileMappingData) changeProfileMappingStatus
(String profileMappingID, String action) findProfileMappings
(String filter, Integer start, Integer size) getProfileMapping
(String profileMappingID) void
removeProfileMapping
(String profileMappingID) updateProfileMapping
(String profileMappingID, ProfileMappingData profileMappingData)
-
Constructor Details
-
ProfileMappingClient
- Throws:
Exception
-
-
Method Details
-
findProfileMappings
public ProfileMappingCollection findProfileMappings(String filter, Integer start, Integer size) throws Exception - Throws:
Exception
-
getProfileMapping
- Throws:
Exception
-
addProfileMapping
- Throws:
Exception
-
updateProfileMapping
public ProfileMappingData updateProfileMapping(String profileMappingID, ProfileMappingData profileMappingData) throws Exception - Throws:
Exception
-
changeProfileMappingStatus
public ProfileMappingData changeProfileMappingStatus(String profileMappingID, String action) throws Exception - Throws:
Exception
-
removeProfileMapping
- Throws:
Exception
-