Uses of Class
com.netscape.cms.profile.def.PolicyDefault
-
Packages that use PolicyDefault Package Description com.netscape.cms.profile.common com.netscape.cms.profile.constraint -
-
Uses of PolicyDefault in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that return PolicyDefault Modifier and Type Method Description PolicyDefault
ProfilePolicy. getDefault()
Constructors in com.netscape.cms.profile.common with parameters of type PolicyDefault Constructor Description ProfilePolicy(java.lang.String id, PolicyDefault def, PolicyConstraint constraint)
-
Uses of PolicyDefault in com.netscape.cms.profile.constraint
Methods in com.netscape.cms.profile.constraint with parameters of type PolicyDefault Modifier and Type Method Description abstract boolean
PolicyConstraint. isApplicable(PolicyDefault def)
Checks if this constraint is applicable to the given default policy.
-