org.jasig.cas.adaptors.x509.authentication.handler.support
Class NoOpRevocationChecker

java.lang.Object
  extended by org.jasig.cas.adaptors.x509.authentication.handler.support.NoOpRevocationChecker
All Implemented Interfaces:
RevocationChecker

public final class NoOpRevocationChecker
extends Object
implements RevocationChecker

NO-OP implementation certificate revocation checker.

Since:
3.4.6
Version:
$Revision$
Author:
Marvin S. Addison

Constructor Summary
NoOpRevocationChecker()
           
 
Method Summary
 void check(X509Certificate certificate)
          NO-OP check implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpRevocationChecker

public NoOpRevocationChecker()
Method Detail

check

public void check(X509Certificate certificate)
           throws GeneralSecurityException
NO-OP check implementation.

Specified by:
check in interface RevocationChecker
Parameters:
certificate - Certificate to check.
Throws:
GeneralSecurityException - Never thrown.
See Also:
RevocationChecker.check(java.security.cert.X509Certificate)


Copyright © 2004-2013 Jasig. All Rights Reserved.