Class ProfileInput
java.lang.Object
com.netscape.certsrv.profile.ProfileInput
- All Implemented Interfaces:
JSONSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(ProfileAttribute attr) voidaddConfigAttribute(ProfileAttribute configAttr) voidvoidbooleanstatic ProfileInputstatic ProfileInputgetAttribute(String name) getId()getName()getText()inthashCode()voidremoveAttribute(String name) voidremoveConfigAttribute(ProfileAttribute configAttr) voidsetAttributes(Collection<ProfileAttribute> attrs) voidsetClassId(String classId) voidsetConfigAttrs(List<ProfileAttribute> configAttrs) voidvoidvoidtoXML()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
ProfileInput
public ProfileInput() -
ProfileInput
-
-
Method Details
-
getClassId
-
getName
-
getText
-
setClassId
-
getId
-
setId
-
setName
-
setText
-
getAttributes
-
setAttributes
-
getAttribute
-
addAttribute
-
removeAttribute
-
clearAttributes
public void clearAttributes() -
getConfigAttrs
-
setConfigAttrs
-
addConfigAttribute
-
removeConfigAttribute
-
clearConfigAttributes
public void clearConfigAttributes() -
hashCode
-
equals
-
toDOM
-
fromDOM
-
toXML
-
fromXML
- Throws:
Exception
-