Uses of Interface
org.jasig.cas.adaptors.x509.authentication.handler.support.RevocationChecker

Packages that use RevocationChecker
org.jasig.cas.adaptors.x509.authentication.handler.support   
 

Uses of RevocationChecker in org.jasig.cas.adaptors.x509.authentication.handler.support
 

Classes in org.jasig.cas.adaptors.x509.authentication.handler.support that implement RevocationChecker
 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.
 

Methods in org.jasig.cas.adaptors.x509.authentication.handler.support with parameters of type RevocationChecker
 void X509CredentialsAuthenticationHandler.setRevocationChecker(RevocationChecker checker)
          Sets the component responsible for evaluating certificate revocation status for client certificates presented to handler.
 



Copyright © 2004-2013 Jasig. All Rights Reserved.