Package com.netscape.certsrv.tps.profile
Class ProfileMappingClient
- java.lang.Object
-
- com.netscape.certsrv.client.Client
-
- com.netscape.certsrv.tps.profile.ProfileMappingClient
-
public class ProfileMappingClient extends Client
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description ProfileMappingClient(PKIClient client, java.lang.String subsystem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileMappingDataaddProfileMapping(ProfileMappingData profileMappingData)ProfileMappingDatachangeProfileMappingStatus(java.lang.String profileMappingID, java.lang.String action)ProfileMappingCollectionfindProfileMappings(java.lang.String filter, java.lang.Integer start, java.lang.Integer size)ProfileMappingDatagetProfileMapping(java.lang.String profileMappingID)voidinit()voidremoveProfileMapping(java.lang.String profileMappingID)ProfileMappingDataupdateProfileMapping(java.lang.String profileMappingID, ProfileMappingData profileMappingData)-
Methods inherited from class com.netscape.certsrv.client.Client
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
-
-
-
-
Field Detail
-
resource
public ProfileMappingResource resource
-
-
Constructor Detail
-
ProfileMappingClient
public ProfileMappingClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
init
public void init() throws java.lang.Exception- Throws:
java.lang.Exception
-
findProfileMappings
public ProfileMappingCollection findProfileMappings(java.lang.String filter, java.lang.Integer start, java.lang.Integer size) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getProfileMapping
public ProfileMappingData getProfileMapping(java.lang.String profileMappingID) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addProfileMapping
public ProfileMappingData addProfileMapping(ProfileMappingData profileMappingData) throws java.lang.Exception
- Throws:
java.lang.Exception
-
updateProfileMapping
public ProfileMappingData updateProfileMapping(java.lang.String profileMappingID, ProfileMappingData profileMappingData) throws java.lang.Exception
- Throws:
java.lang.Exception
-
changeProfileMappingStatus
public ProfileMappingData changeProfileMappingStatus(java.lang.String profileMappingID, java.lang.String action) throws java.lang.Exception
- Throws:
java.lang.Exception
-
removeProfileMapping
public void removeProfileMapping(java.lang.String profileMappingID) throws java.lang.Exception- Throws:
java.lang.Exception
-
-