org.jasig.cas.adaptors.x509.authentication.handler.support
Class NoOpRevocationChecker
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpRevocationChecker
public NoOpRevocationChecker()
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.