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

java.lang.Object
  extended by org.jasig.cas.adaptors.x509.authentication.handler.support.DenyRevocationPolicy
All Implemented Interfaces:
RevocationPolicy<Void>

public final class DenyRevocationPolicy
extends Object
implements RevocationPolicy<Void>

Implements a deny policy by throwing an exception.

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

Constructor Summary
DenyRevocationPolicy()
           
 
Method Summary
 void apply(Void nothing)
          Policy application throws GeneralSecurityException to stop execution of whatever process invoked application of this policy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DenyRevocationPolicy

public DenyRevocationPolicy()
Method Detail

apply

public void apply(Void nothing)
           throws GeneralSecurityException
Policy application throws GeneralSecurityException to stop execution of whatever process invoked application of this policy.

Specified by:
apply in interface RevocationPolicy<Void>
Parameters:
nothing - SHOULD be null; ignored in all cases.
Throws:
GeneralSecurityException - Thrown in all cases.
See Also:
RevocationPolicy.apply(java.lang.Object)


Copyright © 2004-2013 Jasig. All Rights Reserved.