org.jasig.cas.adaptors.x509.authentication.handler.support
Class ResourceCRLRevocationChecker.CRLFetcher
java.lang.Object
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.
|
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 |
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.
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.