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 void
AuthzRealmConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
void
BasicConstraintsExtConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
EnrollConstraint. validate(IRequest request)
Validates the request.abstract void
EnrollConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
ExtendedKeyUsageExtConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
ExtensionConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
ExternalProcessConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
void
KeyConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
KeyUsageExtConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
NoConstraint. validate(IRequest request)
Validates the request.void
NSCertTypeExtConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.abstract void
PolicyConstraint. validate(IRequest request)
Validates the request.void
RenewGracePeriodConstraint. validate(IRequest req, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
void
SubjectNameConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.void
UserSubjectNameConstraint. validate(IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)
Validates the request.
-