Uses of Class
com.netscape.certsrv.profile.ProfileAttribute
-
Packages that use ProfileAttribute Package Description com.netscape.certsrv.profile -
-
Uses of ProfileAttribute in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return ProfileAttribute Modifier and Type Method Description ProfileAttributeProfileInput. getAttribute(java.lang.String name)Methods in com.netscape.certsrv.profile that return types with arguments of type ProfileAttribute Modifier and Type Method Description java.util.List<ProfileAttribute>PolicyDefault. getAttributes()java.util.Collection<ProfileAttribute>ProfileInput. getAttributes()java.util.List<ProfileAttribute>ProfileOutput. getAttrs()java.util.List<ProfileAttribute>ProfileInput. getConfigAttrs()Methods in com.netscape.certsrv.profile with parameters of type ProfileAttribute Modifier and Type Method Description voidPolicyDefault. 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 ProfileAttribute Modifier and Type Method Description voidPolicyDefault. setAttributes(java.util.List<ProfileAttribute> attributes)voidProfileInput. setAttributes(java.util.Collection<ProfileAttribute> attrs)voidProfileOutput. setAttrs(java.util.List<ProfileAttribute> attrs)voidProfileInput. setConfigAttrs(java.util.List<ProfileAttribute> configAttrs)
-