|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanOperator | |
|---|---|
| org.archive.wayback.authenticationcontrol | |
| org.archive.wayback.util.operator | |
| org.archive.wayback.webapp | |
| Uses of BooleanOperator in org.archive.wayback.authenticationcontrol |
|---|
| Classes in org.archive.wayback.authenticationcontrol that implement BooleanOperator | |
|---|---|
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. |
| Methods in org.archive.wayback.authenticationcontrol that return BooleanOperator | |
|---|---|
BooleanOperator<WaybackRequest> |
AccessControlSettingOperation.getOperator()
|
| Methods in org.archive.wayback.authenticationcontrol with parameters of type BooleanOperator | |
|---|---|
void |
AccessControlSettingOperation.setOperator(BooleanOperator<WaybackRequest> operator)
|
| Uses of BooleanOperator in org.archive.wayback.util.operator |
|---|
| Classes in org.archive.wayback.util.operator that implement BooleanOperator | |
|---|---|
class |
AndBooleanOperator<E>
|
class |
BinaryBooleanOperator<E>
|
class |
FalseBooleanOperator<E>
|
class |
NotBooleanOperator<E>
|
class |
OrBooleanOperator<E>
|
class |
TrueBooleanOperator<E>
|
class |
UnaryBooleanOperator<E>
|
| Fields in org.archive.wayback.util.operator declared as BooleanOperator | |
|---|---|
protected BooleanOperator<E> |
UnaryBooleanOperator.operand
|
protected BooleanOperator<E> |
BinaryBooleanOperator.operand1
|
protected BooleanOperator<E> |
BinaryBooleanOperator.operand2
|
| Methods in org.archive.wayback.util.operator that return BooleanOperator | |
|---|---|
BooleanOperator<E> |
UnaryBooleanOperator.getOperand()
|
BooleanOperator<E> |
BinaryBooleanOperator.getOperand1()
|
BooleanOperator<E> |
BinaryBooleanOperator.getOperand2()
|
| Methods in org.archive.wayback.util.operator that return types with arguments of type BooleanOperator | ||
|---|---|---|
static
|
Utils.getOperators(BooleanOperator<T> top)
|
|
| Methods in org.archive.wayback.util.operator with parameters of type BooleanOperator | ||
|---|---|---|
static
|
Utils.getOperators(BooleanOperator<T> top)
|
|
void |
UnaryBooleanOperator.setOperand(BooleanOperator<E> operand)
|
|
void |
BinaryBooleanOperator.setOperand1(BooleanOperator<E> operand1)
|
|
void |
BinaryBooleanOperator.setOperand2(BooleanOperator<E> operand2)
|
|
| Uses of BooleanOperator in org.archive.wayback.webapp |
|---|
| Methods in org.archive.wayback.webapp that return BooleanOperator | |
|---|---|
BooleanOperator<WaybackRequest> |
AccessPoint.getAuthentication()
|
| Methods in org.archive.wayback.webapp with parameters of type BooleanOperator | |
|---|---|
void |
AccessPoint.setAuthentication(BooleanOperator<WaybackRequest> auth)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||