Uses of Class
com.netscape.certsrv.tps.profile.ProfileData
Packages that use ProfileData
-
Uses of ProfileData in com.netscape.certsrv.tps.profile
Methods in com.netscape.certsrv.tps.profile that return ProfileDataModifier and TypeMethodDescriptionProfileClient.addProfile
(ProfileData profileData) ProfileClient.changeProfileStatus
(String profileID, String action) ProfileClient.getProfile
(String profileID) ProfileClient.updateProfile
(String profileID, ProfileData profileData) Methods in com.netscape.certsrv.tps.profile that return types with arguments of type ProfileDataMethods in com.netscape.certsrv.tps.profile with parameters of type ProfileDataModifier and TypeMethodDescriptionProfileClient.addProfile
(ProfileData profileData) javax.ws.rs.core.Response
ProfileResource.addProfile
(ProfileData profileData) ProfileClient.updateProfile
(String profileID, ProfileData profileData) javax.ws.rs.core.Response
ProfileResource.updateProfile
(String profileID, ProfileData profileData) -
Uses of ProfileData in com.netscape.cmstools.tps.profile
Methods in com.netscape.cmstools.tps.profile with parameters of type ProfileDataModifier and TypeMethodDescriptionstatic void
ProfileCLI.printProfileData
(ProfileData profileData, boolean showProperties)