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) voidremoveProfileMapping(String profileMappingID) updateProfileMapping(String profileMappingID, ProfileMappingData profileMappingData) Methods inherited from class Client
addClient, delete, delete, get, get, get, getClient, getCollection, getName, getSubsystem, getTargetPath, patch, post, post, post, post, put, removeClient, target
-
Constructor Details
-
ProfileMappingClient
-
-
Method Details
-
findProfileMappings
-
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
-