Package com.netscape.certsrv.profile
Class ProfileOutput
java.lang.Object
com.netscape.certsrv.profile.ProfileOutput
- All Implemented Interfaces:
JSONSerializer
-
Field Summary
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(ProfileAttribute attr) void
boolean
static ProfileOutput
static ProfileOutput
getAttrs()
getId()
getName()
getText()
int
hashCode()
void
void
setAttrs
(List<ProfileAttribute> attrs) void
setClassId
(String classId) void
void
void
void
toXML()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
ProfileOutput
public ProfileOutput() -
ProfileOutput
-
-
Method Details