org.archive.wayback.authenticationcontrol
Class AccessControlSettingOperation

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

public class AccessControlSettingOperation
extends Object
implements BooleanOperator<WaybackRequest>

BooleanOperator which tests a delegate operator, and sets an ExclusionFilterFactory on the WaybackRequest if the delegate is true.

Author:
brad

Constructor Summary
AccessControlSettingOperation()
           
 
Method Summary
 ExclusionFilterFactory getFactory()
           
 BooleanOperator<WaybackRequest> getOperator()
           
 boolean isTrue(WaybackRequest value)
           
 void setFactory(ExclusionFilterFactory factory)
           
 void setOperator(BooleanOperator<WaybackRequest> operator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlSettingOperation

public AccessControlSettingOperation()
Method Detail

isTrue

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

getFactory

public ExclusionFilterFactory getFactory()
Returns:
ExclusionFilterFactory which will be set on operator matches

setFactory

public void setFactory(ExclusionFilterFactory factory)
Parameters:
factory - ExclusionFilterFactory which will be set on operator matches

getOperator

public BooleanOperator<WaybackRequest> getOperator()
Returns:
the BooleanOperator delegate which determines if the factory is applied

setOperator

public void setOperator(BooleanOperator<WaybackRequest> operator)
Parameters:
operator - the BooleanOperator delegate which determines if the factory is applied


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