Package | Description |
---|---|
org.archive.cdxserver | |
org.archive.cdxserver.auth | |
org.archive.wayback.resourceindex.cdxserver |
Modifier and Type | Field and Description |
---|---|
protected AuthChecker |
BaseCDXServer.authChecker |
Modifier and Type | Method and Description |
---|---|
AuthChecker |
BaseCDXServer.getAuthChecker() |
Modifier and Type | Method and Description |
---|---|
void |
BaseCDXServer.setAuthChecker(AuthChecker authChecker) |
Modifier and Type | Class and Description |
---|---|
class |
AllAccessAuth |
class |
PrivTokenAuthChecker
Simple checking of permissions for cdx server actions Permissions include:
-Ability to see blocked urls -Ability to see full cdx line
The checkAccess() for each url is implemented in the subclasses
|
class |
RemoteAuthChecker
An AuthChecker which determines if a url is allowed/restricted by checking a
remote wayback /check-access interface
|
Modifier and Type | Class and Description |
---|---|
class |
AccessPointAuthChecker
AuthChecker implementation that runs ExclusionFilter provided
through AccessPoint.getExclusionFactory() as well as the filtering
provided by WaybackAPAuthChecker . |
class |
WaybackAPAuthChecker
WaybackAuthChecker modified to set up FilenamePrefixFilter
from fileIncludePrefixes and fileExcludePrefixes of
AccessPoint . |
class |
WaybackAuthChecker |
Copyright © 2005–2015 IIPC. All rights reserved.