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

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

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

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

Methods in org.jasig.cas.adaptors.x509.authentication.handler.support with parameters of type RevocationPolicy
 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-2013 Jasig. All Rights Reserved.