|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.security.x509.PKIXValidationOptions
org.opensaml.xml.security.x509.CertPathPKIXValidationOptions
public class CertPathPKIXValidationOptions
Specialization of PKIXValidationOptions
which specifies options specific to a PKIXTrustEvaluator
based on the Java CertPath API.
Constructor Summary | |
---|---|
CertPathPKIXValidationOptions()
Constructor. |
Method Summary | |
---|---|
boolean |
isForceRevocationEnabled()
If true, the revocation behavior of the underlying CertPath provider will be forced to the value supplied by isRevocationEnabled() . |
boolean |
isRevocationEnabled()
If isForceRevocationEnabled() is true, the revocation behavior of the underlying CertPath Provider
will be forced to this value. |
void |
setForceRevocationEnabled(boolean forceRevocationEnabled)
If true, the revocation behavior of the underlying CertPath provider will be forced to the value supplied by isRevocationEnabled() . |
void |
setRevocationEnabled(boolean revocationEnabled)
If isForceRevocationEnabled() is true, the revocation behavior of the underlying CertPath Provider
will be forced to this value. |
Methods inherited from class org.opensaml.xml.security.x509.PKIXValidationOptions |
---|
getDefaultVerificationDepth, isProcessCredentialCRLs, isProcessEmptyCRLs, isProcessExpiredCRLs, setDefaultVerificationDepth, setProcessCredentialCRLs, setProcessEmptyCRLs, setProcessExpiredCRLs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CertPathPKIXValidationOptions()
Method Detail |
---|
public boolean isForceRevocationEnabled()
isRevocationEnabled()
. If false, the revocation behavior
of the underlying provider will be determined by the PKIXTrustEvaluator implementation.
Default is: false
public void setForceRevocationEnabled(boolean forceRevocationEnabled)
isRevocationEnabled()
. If false, the revocation behavior
of the underlying provider will be determined by the PKIXTrustEvaluator implementation.
Default is: false
forceRevocationEnabled
- The forceRevocationEnabled to set.public boolean isRevocationEnabled()
isForceRevocationEnabled()
is true, the revocation behavior of the underlying CertPath Provider
will be forced to this value. If the former is false, the revocation behavior
of the underlying provider will be determined by the PKIXTrustEvaluator implementation.
Default is: true
public void setRevocationEnabled(boolean revocationEnabled)
isForceRevocationEnabled()
is true, the revocation behavior of the underlying CertPath Provider
will be forced to this value. If the former is false, the revocation behavior
of the underlying provider will be determined by the PKIXTrustEvaluator implementation.
Default is: true
revocationEnabled
- The revocationEnabled to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |