| Package | Description |
|---|---|
| org.jasig.cas.adaptors.x509.authentication.handler.support |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCRLRevocationChecker
Base class for all CRL-based revocation checkers.
|
class |
CRLDistributionPointRevocationChecker
Performs CRL-based revocation checking by consulting resources defined in
the CRLDistributionPoints extension field on the certificate.
|
class |
NoOpRevocationChecker
NO-OP implementation certificate revocation checker.
|
class |
ResourceCRLRevocationChecker
CRL-based revocation checker that uses one or more CRL resources to fetch
local or remote CRL data periodically.
|
| Modifier and Type | Method and Description |
|---|---|
void |
X509CredentialsAuthenticationHandler.setRevocationChecker(RevocationChecker checker)
Sets the component responsible for evaluating certificate revocation status for client
certificates presented to handler.
|
Copyright © 2004-2015 Jasig. All Rights Reserved.