public class ProfileClient extends Client
Modifier and Type | Field and Description |
---|---|
ProfileResource |
resource |
Constructor and Description |
---|
ProfileClient(PKIClient client) |
ProfileClient(PKIClient client,
java.lang.String subsystem) |
Modifier and Type | Method and Description |
---|---|
ProfileData |
addProfile(ProfileData profileData) |
ProfileData |
changeProfileStatus(java.lang.String profileID,
java.lang.String action) |
ProfileCollection |
findProfiles(java.lang.String filter,
java.lang.Integer start,
java.lang.Integer size) |
ProfileData |
getProfile(java.lang.String profileID) |
void |
init() |
void |
removeProfile(java.lang.String profileID) |
ProfileData |
updateProfile(java.lang.String profileID,
ProfileData profileData) |
addClient, createProxy, get, get, get, get, getClient, getName, getSubsystem, post, post, post, post, removeClient
public ProfileResource resource
public ProfileClient(PKIClient client) throws java.lang.Exception
java.lang.Exception
public ProfileClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
java.lang.Exception
public void init() throws java.lang.Exception
java.lang.Exception
public ProfileCollection findProfiles(java.lang.String filter, java.lang.Integer start, java.lang.Integer size) throws java.lang.Exception
java.lang.Exception
public ProfileData getProfile(java.lang.String profileID) throws java.lang.Exception
java.lang.Exception
public ProfileData addProfile(ProfileData profileData) throws java.lang.Exception
java.lang.Exception
public ProfileData updateProfile(java.lang.String profileID, ProfileData profileData) throws java.lang.Exception
java.lang.Exception
public ProfileData changeProfileStatus(java.lang.String profileID, java.lang.String action) throws java.lang.Exception
java.lang.Exception
public void removeProfile(java.lang.String profileID) throws java.lang.Exception
java.lang.Exception