Package | Description |
---|---|
com.netscape.certsrv.tps.profile | |
com.netscape.cmstools.tps.profile |
Modifier and Type | Method and Description |
---|---|
ProfileData |
ProfileClient.addProfile(ProfileData profileData) |
ProfileData |
ProfileClient.changeProfileStatus(java.lang.String profileID,
java.lang.String action) |
ProfileData |
ProfileClient.getProfile(java.lang.String profileID) |
ProfileData |
ProfileClient.updateProfile(java.lang.String profileID,
ProfileData profileData) |
static ProfileData |
ProfileData.valueOf(java.lang.String string) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ProfileData> |
ProfileCollection.getEntries() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProfileResource.addProfile(ProfileData profileData) |
ProfileData |
ProfileClient.addProfile(ProfileData profileData) |
javax.ws.rs.core.Response |
ProfileResource.updateProfile(java.lang.String profileID,
ProfileData profileData) |
ProfileData |
ProfileClient.updateProfile(java.lang.String profileID,
ProfileData profileData) |
Modifier and Type | Method and Description |
---|---|
static void |
ProfileCLI.printProfileData(ProfileData profileData,
boolean showProperties) |