Uses of Class
com.netscape.certsrv.tps.profile.ProfileData
-
Packages that use ProfileData Package Description com.netscape.certsrv.tps.profile com.netscape.cmstools.tps.profile -
-
Uses of ProfileData in com.netscape.certsrv.tps.profile
Methods in com.netscape.certsrv.tps.profile that return ProfileData Modifier and Type Method 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)
Methods in com.netscape.certsrv.tps.profile that return types with arguments of type ProfileData Modifier and Type Method Description java.util.Collection<ProfileData>
ProfileCollection. getEntries()
Methods in com.netscape.certsrv.tps.profile with parameters of type ProfileData Modifier and Type Method Description ProfileData
ProfileClient. addProfile(ProfileData profileData)
javax.ws.rs.core.Response
ProfileResource. addProfile(ProfileData profileData)
ProfileData
ProfileClient. updateProfile(java.lang.String profileID, ProfileData profileData)
javax.ws.rs.core.Response
ProfileResource. updateProfile(java.lang.String profileID, ProfileData profileData)
-
Uses of ProfileData in com.netscape.cmstools.tps.profile
Methods in com.netscape.cmstools.tps.profile with parameters of type ProfileData Modifier and Type Method Description static void
ProfileCLI. printProfileData(ProfileData profileData, boolean showProperties)
-