Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Package oracle.search.query.qta

Provides interfaces and exceptions that are part of the Oracle Secure Enterprise Search Query-Time Authorization API.

See:
          Description

Interface Summary
DocumentInfo An interface representing information about a document that can be passed to a QueryTimeFilter for filtering out documents.
FolderInfo An interface representing information about a folder that can be passed to a QueryTimeFilter to control folder browsing.
QueryTimeFilter An interface to filter search results and other access to document information at query time.
RequestInfo An interface representing information about a request that can be passed to a QueryTimeFilter for filtering out documents, folders, or entire sources.

 

Exception Summary
QueryTimeFilterException Thrown by methods in the QueryTimeFilter interface to indicate that a failure has occurred.

 

Package oracle.search.query.qta Description

Provides interfaces and exceptions that are part of the Oracle Secure Enterprise Search Query-Time Authorization API.

To write a Query-Time Authorization filter, implement the QueryTimeFilter interface. The methods in this interface may throw instances of the QueryTimeFilterException exception.

Objects that implement the RequestInfo, DocumentInfo, and FolderInfo interfaces will be passed in as arguments for filtering, but these interfaces do not need to be implemented by the filter writer.

Note: The ResultFilterPlugin interface is now the preferred interface to implement a query-time authorization plug-in.


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.