issrg.pba.rbac
Class DefaultRevocationChecker

java.lang.Object
  extended by issrg.pba.rbac.DefaultRevocationChecker
All Implemented Interfaces:
RevocationChecker

public class DefaultRevocationChecker
extends java.lang.Object
implements RevocationChecker

Author:
Rune Bjerk 10.07.2007

Constructor Summary
DefaultRevocationChecker()
           
 
Method Summary
 boolean isRevoked(java.lang.Object token)
           
 boolean isRevoked(ParsedToken token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRevocationChecker

public DefaultRevocationChecker()
Method Detail

isRevoked

public boolean isRevoked(ParsedToken token)
                  throws ACNotFoundException
Throws:
ACNotFoundException

isRevoked

public boolean isRevoked(java.lang.Object token)
                  throws RevocationNotDecisiveException
Specified by:
isRevoked in interface RevocationChecker
Throws:
RevocationNotDecisiveException