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 ProfileDataProfileClient. addProfile(ProfileData profileData)ProfileDataProfileClient. changeProfileStatus(java.lang.String profileID, java.lang.String action)ProfileDataProfileClient. getProfile(java.lang.String profileID)ProfileDataProfileClient. updateProfile(java.lang.String profileID, ProfileData profileData)static ProfileDataProfileData. 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 ProfileDataProfileClient. addProfile(ProfileData profileData)javax.ws.rs.core.ResponseProfileResource. addProfile(ProfileData profileData)ProfileDataProfileClient. updateProfile(java.lang.String profileID, ProfileData profileData)javax.ws.rs.core.ResponseProfileResource. 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 voidProfileCLI. printProfileData(ProfileData profileData, boolean showProperties)
-