Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.z39.AccessControl

Packages that use AccessControl
ORG.oclc.db   
ORG.oclc.util   
ORG.oclc.webz   
ORG.oclc.z39.client   
ORG.oclc.z39.server   
 

Uses of AccessControl in ORG.oclc.db
 

Methods in ORG.oclc.db that throw AccessControl
abstract  void Db.accessAllowed(Object dbUserData)
          Determines whether the user is authorized to search the database and throws the appropriate exception indicating whether some action needs to be taken.
abstract  int Db.search(String query, String hitlist, boolean replaceFlag, DataDir Z39attributesPlusTerm, boolean doRestrictorSummary, Object additionalSearchInfo, Object dbUserData)
          Perform a search.
abstract  TermInfo[] Db.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributesPlusTerm, DataDir resultSetAttributes, int stepSize, Object dbUserData)
          Perform a browse.
abstract  ExtSvcData Db.extsvc(ExtSvcData esData, ExtSvcHandler esHandler, Object dbUserData)
          Performs an Extended Services request.
 void DbNewton.accessAllowed(Object dbUserData)
           
 ExtSvcData DbNewton.extsvc(ExtSvcData esData, ExtSvcHandler esHandler, Object dbUserData)
          Processes an Extended Services Request for the input task package and returns a response task package DataDir object.
 void DbDeleted.accessAllowed(Object dbUserData)
          Determines whether the user is authorized to search the database and throws the appropriate exception indicating whether some action needs to be taken.
 int DbDeleted.search(String query, String hitlist, boolean replaceFlag, DataDir Z39attributesPlusTerm, boolean doRestrictorSummary, Object additionalSearchInfo, Object dbUserData)
          Perform a search.
 TermInfo[] DbDeleted.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributesPlusTerm, DataDir resultSetAttributes, int stepSize, Object dbUserData)
          Perform a browse.
 ExtSvcData DbDeleted.extsvc(ExtSvcData esData, ExtSvcHandler esHandler, Object dbUserData)
          Performs an Extended Services request.
 DataDir IDbExtSvc.doService(ExtSvcData esData, ExtSvcHandler esHandler, Object userData, Db dbObect)
          Processes an Extended Services request for the input task package and returns a response task package DataDir object.
 int DbRemoteZ.search(String query, String hitlist, boolean replaceFlag, DataDir Z39attributesPlusTerm, boolean doRestrictorSummary, Object additionalSearchInfo, Object userData)
          Send search to remote site.
 TermInfo[] DbRemoteZ.browse(String query, int preferredPosition, int numTerms, DataDir Z39attributesPlusTerm, DataDir resultSetAttributes, int stepSize, Object userData)
          Perform a browse.
 void DbRemoteZ.accessAllowed(Object dbUserData)
          Checks to see if the user has access to the database and throws the appropriate exception if not.
 ExtSvcData DbRemoteZ.extsvc(ExtSvcData esData, ExtSvcHandler esHandler, Object userData)
          Processes an Extended Services Request for the input task package and returns a response task package DataDir object.
 

Uses of AccessControl in ORG.oclc.util
 

Methods in ORG.oclc.util that throw AccessControl
 DataDir BatchNewtonUpdate.doService(ExtSvcData esdata, ExtSvcHandler eshandler, Object userdata, Db dbobject)
          Processes an Extended Services Database Update request.
 DataDir BatchNewtonUpdateForNT.doService(ExtSvcData esdata, ExtSvcHandler eshandler, Object userdata, Db dbobject)
          Processes an Extended Services Database Update request.
 

Uses of AccessControl in ORG.oclc.webz
 

Methods in ORG.oclc.webz with parameters of type AccessControl
protected  void ZVerb.doAccessControl(AccessControl a)
           
 

Uses of AccessControl in ORG.oclc.z39.client
 

Fields in ORG.oclc.z39.client declared as AccessControl
 AccessControl Z39scan.accessControl
          AccessControl object created when an access control request is received.
 AccessControl Z39search.accessControl
          AccessControl object created when an access control request is received.
 AccessControl Z39accessControl.accessControl
          AccessControl object created when an access control request is received.
 AccessControl Z39extsvc.accessControl
          AccessControl object created when an access control request is received.
 

Methods in ORG.oclc.z39.client with parameters of type AccessControl
 void Z39accessControl.doAccessControl(int referenceId, AccessControl accessControlInfo)
          Creates and sends a Z3950 AccessControl Response and receives the response to the original command from the server.
 BerString Z39accessControl.Response(int referenceId, AccessControl accessControlInfo)
          Creates a Z3950 AccessControl Response.
 BerString Z39accessControl.Response(int referenceId, AccessControl accessControlInfo, int extraLen, int offset)
          Creates a Z3950 AccessControl Response.
 

Methods in ORG.oclc.z39.client that throw AccessControl
 void Z39scan.doScan(int referenceId, String databaseName, String term, String resultsAttributes, int stepSize, int numberOfTermsRequested, int preferredPositionInResponse)
          Creates and sends a Z39.50 ScanRequest, processes a Z39.50 Scan Response
 void Z39scan.Response(BerString response)
          Processes a Z39.50 ScanResponse.
 void Z39scan.Response(DataDir response)
          Processes a Z39.50 ScanResponse.
 void Z39search.doSearch(int referenceId, int smallSetUpperBound, int largeSetLowerBound, int mediumSetPresentNumber, int replaceIndicator, String resultSetName, String databaseNames, String smallSetElementSetNames, String mediumSetElementSetNames, String preferredRecordSyntax, String query, int query_type, String searchResultsOID, DataDir Z39attributesPlusTerm, boolean fMakeDataDir)
          Creates and sends a Z39.50 SearchRequest, gets and processes the Z3950 response
 void Z39search.doSearch(int referenceId, int smallSetUpperBound, int largeSetLowerBound, int mediumSetPresentNumber, int replaceIndicator, String resultSetName, String databaseNames, String smallSetElementSetNames, String mediumSetElementSetNames, String preferredRecordSyntax, String query, int query_type, String searchResultsOID, DataDir Z39attributesPlusTerm, DataDir oclcUserInfo, String oclcUserInfoOID, Object rankQuery, String rankOID, boolean fMakeDataDir)
          Creates and sends a Z39.50 SearchRequest, gets and processes the Z39.50 response
 void Z39search.Response(BerString response)
           
 void Z39search.Response(DataDir response)
           
 void Z39response.Response(BerString response)
          Determines the type and processes a Z39.50 Response.
 void Z39response.Response(DataDir response)
          Determines the type and processes a Z39.50 Response.
 void Z39accessControl.doAccessControl(int referenceId, AccessControl accessControlInfo)
          Creates and sends a Z3950 AccessControl Response and receives the response to the original command from the server.
 void Z39accessControl.Response(BerString response)
           
 void Z39accessControl.Response(DataDir dir)
           
 void Z39extsvc.doExtSvc(int referenceId, int function, String oid, DataDir taskPackage, String userName, String description, String packageName, int waitAction, int retentionTimeValue, String retentionUnitSystem, String retentionUnitType, String retentionUnit, int retentionScaleFactor, int allowableFunctionForPermissions, String elementSetName, DataDir otherInformation, String otherInformationOID)
          Creates and sends a Z39.50 ExtendedServices Request, gets and processes the Z39.50 response
 void Z39extsvc.Response(BerString response)
           
 void Z39extsvc.Response(DataDir response)
           
 

Uses of AccessControl in ORG.oclc.z39.server
 

Fields in ORG.oclc.z39.server declared as AccessControl
 AccessControl Z39accessControl.acInfo
           
 

Methods in ORG.oclc.z39.server with parameters of type AccessControl
 BerString Z39accessControl.Request(int referenceID, AccessControl acInfo, int extraLen, int offset)
          Creates a Z39.50 AccessControlRequest.
 


Open SiteSearch 4.1.1
Final