org.archive.wayback.authenticationcontrol
Class AccessControlSettingOperation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessControlSettingOperation
public AccessControlSettingOperation()
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.