Package | Description |
---|---|
com.netscape.certsrv.profile | |
com.netscape.cms.profile.common | |
com.netscape.cms.profile.constraint |
Modifier and Type | Method and Description |
---|---|
void |
IProfile.validate(IRequest request)
Passes the request to the set of constraint policies
that validate the request against the profile.
|
void |
IPolicyConstraint.validate(IRequest request)
Validates the request.
|
Modifier and Type | Method and Description |
---|---|
void |
EnrollProfile.validate(IRequest request)
Passes the request to the set of constraint policies
that validate the request against the profile.
|
void |
BasicProfile.validate(IRequest request)
Passes the request to the set of constraint policies
that validate the request against the profile.
|
Modifier and Type | Method and Description |
---|---|
void |
NoConstraint.validate(IRequest request)
Validates the request.
|
void |
EnrollConstraint.validate(IRequest request)
Validates the request.
|
void |
ValidityConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
UserSubjectNameConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
UniqueSubjectNameConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
UniqueKeyConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
SubjectNameConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
SigningAlgConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
RenewGracePeriodConstraint.validate(IRequest req,
netscape.security.x509.X509CertInfo info) |
void |
NSCertTypeExtConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
KeyUsageExtConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
KeyConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
ExtensionConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
ExtendedKeyUsageExtConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
abstract void |
EnrollConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
CAValidityConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
BasicConstraintsExtConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info)
Validates the request.
|
void |
AuthzRealmConstraint.validate(IRequest request,
netscape.security.x509.X509CertInfo info) |