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, removeClientpublic ProfileResource resource
public ProfileClient(PKIClient client) throws java.lang.Exception
java.lang.Exceptionpublic ProfileClient(PKIClient client, java.lang.String subsystem) throws java.lang.Exception
java.lang.Exceptionpublic void init()
throws java.lang.Exception
java.lang.Exceptionpublic ProfileCollection findProfiles(java.lang.String filter, java.lang.Integer start, java.lang.Integer size) throws java.lang.Exception
java.lang.Exceptionpublic ProfileData getProfile(java.lang.String profileID) throws java.lang.Exception
java.lang.Exceptionpublic ProfileData addProfile(ProfileData profileData) throws java.lang.Exception
java.lang.Exceptionpublic ProfileData updateProfile(java.lang.String profileID, ProfileData profileData) throws java.lang.Exception
java.lang.Exceptionpublic ProfileData changeProfileStatus(java.lang.String profileID, java.lang.String action) throws java.lang.Exception
java.lang.Exceptionpublic void removeProfile(java.lang.String profileID)
throws java.lang.Exception
java.lang.Exception