Package | Description |
---|---|
org.archive.wayback.accesspoint | |
org.archive.wayback.authenticationcontrol | |
org.archive.wayback.util.operator | |
org.archive.wayback.webapp |
Modifier and Type | Method and Description |
---|---|
BooleanOperator<WaybackRequest> |
AccessPointAdapter.getAuthentication() |
Modifier and Type | Class and Description |
---|---|
class |
AccessControlSettingOperation
BooleanOperator which tests a delegate operator, and sets an
ExclusionFilterFactory on the WaybackRequest if the delegate is true.
|
class |
HTTPAuthBooleanOperator
BooleanOperator which returns true if the user has authenticated as one of
a list of users with this server.
|
class |
IPMatchesBooleanOperator
A BooleanOperator which results in true value if a users request originated
from within a list of configured IP ranges.
|
class |
PathMappingBooleanOperator |
Modifier and Type | Field and Description |
---|---|
protected Map<String,BooleanOperator<WaybackRequest>> |
PathMappingBooleanOperator.pathMap |
Modifier and Type | Method and Description |
---|---|
BooleanOperator<WaybackRequest> |
AccessControlSettingOperation.getOperator() |
Modifier and Type | Method and Description |
---|---|
Map<String,BooleanOperator<WaybackRequest>> |
PathMappingBooleanOperator.getPathMap() |
Modifier and Type | Method and Description |
---|---|
void |
AccessControlSettingOperation.setOperator(BooleanOperator<WaybackRequest> operator) |
Modifier and Type | Method and Description |
---|---|
void |
PathMappingBooleanOperator.setPathMap(Map<String,BooleanOperator<WaybackRequest>> pathMap) |
Modifier and Type | Class and Description |
---|---|
class |
AndBooleanOperator<E> |
class |
BinaryBooleanOperator<E> |
class |
FalseBooleanOperator<E> |
class |
NotBooleanOperator<E> |
class |
OrBooleanOperator<E> |
class |
TrueBooleanOperator<E> |
class |
UnaryBooleanOperator<E> |
Modifier and Type | Field and Description |
---|---|
protected BooleanOperator<E> |
UnaryBooleanOperator.operand |
protected BooleanOperator<E> |
BinaryBooleanOperator.operand1 |
protected BooleanOperator<E> |
BinaryBooleanOperator.operand2 |
Modifier and Type | Method and Description |
---|---|
BooleanOperator<E> |
UnaryBooleanOperator.getOperand() |
BooleanOperator<E> |
BinaryBooleanOperator.getOperand1() |
BooleanOperator<E> |
BinaryBooleanOperator.getOperand2() |
Modifier and Type | Method and Description |
---|---|
static <T> List<BooleanOperator<T>> |
Utils.getOperators(BooleanOperator<T> top) |
Modifier and Type | Method and Description |
---|---|
static <T> List<BooleanOperator<T>> |
Utils.getOperators(BooleanOperator<T> top) |
void |
UnaryBooleanOperator.setOperand(BooleanOperator<E> operand) |
void |
BinaryBooleanOperator.setOperand1(BooleanOperator<E> operand1) |
void |
BinaryBooleanOperator.setOperand2(BooleanOperator<E> operand2) |
Modifier and Type | Method and Description |
---|---|
BooleanOperator<WaybackRequest> |
AccessPoint.getAuthentication() |
Modifier and Type | Method and Description |
---|---|
void |
AccessPoint.setAuthentication(BooleanOperator<WaybackRequest> auth) |
Copyright © 2005–2015 IIPC. All rights reserved.