Package com.netscape.certsrv.profile
Class PolicyDefault
java.lang.Object
com.netscape.certsrv.profile.PolicyDefault
- 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
addParameter
(ProfileParameter param) boolean
static PolicyDefault
static PolicyDefault
getName()
getText()
int
hashCode()
void
setAttributes
(List<ProfileAttribute> attributes) void
setClassId
(String classId) void
void
setParams
(List<ProfileParameter> params) 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
-
PolicyDefault
public PolicyDefault()
-
-
Method Details