Uses of Class
com.netscape.certsrv.profile.ProfileAttribute
Packages that use ProfileAttribute
-
Uses of ProfileAttribute in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return ProfileAttributeModifier and TypeMethodDescriptionstatic ProfileAttribute
static ProfileAttribute
ProfileInput.getAttribute
(String name) Methods in com.netscape.certsrv.profile that return types with arguments of type ProfileAttributeModifier and TypeMethodDescriptionPolicyDefault.getAttributes()
ProfileInput.getAttributes()
ProfileOutput.getAttrs()
ProfileInput.getConfigAttrs()
Methods in com.netscape.certsrv.profile with parameters of type ProfileAttributeModifier and TypeMethodDescriptionvoid
PolicyDefault.addAttribute
(ProfileAttribute attr) void
ProfileInput.addAttribute
(ProfileAttribute attr) void
ProfileOutput.addAttribute
(ProfileAttribute attr) void
ProfileInput.addConfigAttribute
(ProfileAttribute configAttr) void
ProfileOutput.removeAttribute
(ProfileAttribute attr) void
ProfileInput.removeConfigAttribute
(ProfileAttribute configAttr) Method parameters in com.netscape.certsrv.profile with type arguments of type ProfileAttributeModifier and TypeMethodDescriptionvoid
PolicyDefault.setAttributes
(List<ProfileAttribute> attributes) void
ProfileInput.setAttributes
(Collection<ProfileAttribute> attrs) void
ProfileOutput.setAttrs
(List<ProfileAttribute> attrs) void
ProfileInput.setConfigAttrs
(List<ProfileAttribute> configAttrs)