org.archive.wayback.authenticationcontrol
Class HTTPAuthBooleanOperator

java.lang.Object
  extended by org.archive.wayback.authenticationcontrol.HTTPAuthBooleanOperator
All Implemented Interfaces:
BooleanOperator<WaybackRequest>

public class HTTPAuthBooleanOperator
extends java.lang.Object
implements BooleanOperator<WaybackRequest>


Constructor Summary
HTTPAuthBooleanOperator()
           
 
Method Summary
 java.util.List<java.lang.String> getAllowedUsers()
           
 boolean isTrue(WaybackRequest value)
           
 void setAllowedUsers(java.util.List<java.lang.String> allowedUsers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPAuthBooleanOperator

public HTTPAuthBooleanOperator()
Method Detail

isTrue

public boolean isTrue(WaybackRequest value)
Specified by:
isTrue in interface BooleanOperator<WaybackRequest>

getAllowedUsers

public java.util.List<java.lang.String> getAllowedUsers()

setAllowedUsers

public void setAllowedUsers(java.util.List<java.lang.String> allowedUsers)


Copyright © 2005-2009 Internet Archive. All Rights Reserved.