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 ProfileAttributestatic ProfileAttributeProfileInput.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 TypeMethodDescriptionvoidPolicyDefault.addAttribute(ProfileAttribute attr) voidProfileInput.addAttribute(ProfileAttribute attr) voidProfileOutput.addAttribute(ProfileAttribute attr) voidProfileInput.addConfigAttribute(ProfileAttribute configAttr) voidProfileOutput.removeAttribute(ProfileAttribute attr) voidProfileInput.removeConfigAttribute(ProfileAttribute configAttr) Method parameters in com.netscape.certsrv.profile with type arguments of type ProfileAttributeModifier and TypeMethodDescriptionvoidPolicyDefault.setAttributes(List<ProfileAttribute> attributes) voidProfileInput.setAttributes(Collection<ProfileAttribute> attrs) voidProfileOutput.setAttrs(List<ProfileAttribute> attrs) voidProfileInput.setConfigAttrs(List<ProfileAttribute> configAttrs)