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, getClient, getName, getSubsystem, removeClientpublic ProfileResource resource
public ProfileClient(PKIClient client) throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic ProfileClient(PKIClient client, java.lang.String subsystem) throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic void init()
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic 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