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 static ProfileAttribute
ProfileAttribute. fromDOM(org.w3c.dom.Element profileAttributeElement)
static ProfileAttribute
ProfileAttribute. fromXML(java.lang.String xml)
ProfileAttribute
ProfileInput. 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 void
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 ProfileAttribute Modifier and Type Method Description void
PolicyDefault. setAttributes(java.util.List<ProfileAttribute> attributes)
void
ProfileInput. setAttributes(java.util.Collection<ProfileAttribute> attrs)
void
ProfileOutput. setAttrs(java.util.List<ProfileAttribute> attrs)
void
ProfileInput. setConfigAttrs(java.util.List<ProfileAttribute> configAttrs)
-