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

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

public final class AllowRevocationPolicy
extends Object
implements RevocationPolicy<Void>

Implements an unqualified allow policy.

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

Constructor Summary
AllowRevocationPolicy()
           
 
Method Summary
 void apply(Void data)
          Policy application does nothing to implement unqualfied allow.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowRevocationPolicy

public AllowRevocationPolicy()
Method Detail

apply

public void apply(Void data)
           throws GeneralSecurityException
Policy application does nothing to implement unqualfied allow.

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


Copyright © 2004-2013 Jasig. All Rights Reserved.