Uses of Class
com.netscape.certsrv.profile.ERejectException
-
Packages that use ERejectException Package Description com.netscape.cms.profile.common com.netscape.cms.profile.constraint -
-
Uses of ERejectException in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that throw ERejectException Modifier and Type Method Description void
EnrollProfile. validate(IRequest request)
Passes the request to the set of constraint policies that validate the request against the profile.void
Profile. validate(IRequest request)
Passes the request to the set of constraint policies that validate the request against the profile. -
Uses of ERejectException in com.netscape.cms.profile.constraint
Methods in com.netscape.cms.profile.constraint that throw ERejectException Modifier and Type Method Description abstract void
PolicyConstraint. validate(IRequest request)
Validates the request.
-