org.jasig.cas.adaptors.x509.authentication.handler.support
Class ResourceCRLRevocationChecker.CRLFetcher

java.lang.Object
  extended by org.jasig.cas.adaptors.x509.authentication.handler.support.ResourceCRLRevocationChecker.CRLFetcher
Enclosing class:
ResourceCRLRevocationChecker

protected class ResourceCRLRevocationChecker.CRLFetcher
extends Object

Handles details of fetching CRL data from resources.


Constructor Summary
ResourceCRLRevocationChecker.CRLFetcher(org.springframework.core.io.Resource[] crls)
          Creates a new instance using the specified resources for CRL data.
 
Method Summary
 void fetch(boolean throwOnError)
          Fetches CRL data for all resources held by this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceCRLRevocationChecker.CRLFetcher

public ResourceCRLRevocationChecker.CRLFetcher(org.springframework.core.io.Resource[] crls)
Creates a new instance using the specified resources for CRL data.

Parameters:
crls - Resources containing CRL data. MUST NOT be null and MUST have at least one non-null element.
Method Detail

fetch

public void fetch(boolean throwOnError)
Fetches CRL data for all resources held by this instance.

Parameters:
throwOnError - Set to true to throw on first error fetching CRL data, false otherwise.


Copyright © 2004-2013 Jasig. All Rights Reserved.