| Package | Description |
|---|---|
| org.jasig.cas.adaptors.x509.authentication.handler.support |
| Modifier and Type | Class and Description |
|---|---|
class |
AllowRevocationPolicy
Implements an unqualified allow policy.
|
class |
DenyRevocationPolicy
Implements a deny policy by throwing an exception.
|
class |
ThresholdExpiredCRLRevocationPolicy
Implements a policy to handle expired CRL data whereby expired data is permitted
up to a threshold period of time but not afterward.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCRLRevocationChecker.setExpiredCRLPolicy(RevocationPolicy<X509CRL> policy)
Sets the policy to apply when CRL data is expired.
|
void |
AbstractCRLRevocationChecker.setUnavailableCRLPolicy(RevocationPolicy<Void> policy)
Sets the policy to apply when CRL data is unavailable.
|
Copyright © 2004-2015 Jasig. All Rights Reserved.